*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Mono', monospace; 
}
.Hero{
   width: 100%;
   height: 100vh;
   background: linear-gradient(45deg,#123456,#ffe789);
   position: relative;
}

#calendar{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}