body{
    background-color:rgb(97, 111, 161);
}
div{
    padding-top: 150px;
   text-align: center;
   justify-content: space-evenly
}

#btn1 {
    color: crimson;
    height: 200px;
    width: 400px;
    border-radius: 20px;
    font-size: 30px;
    font-family: cursive;
    background-color: rgb(30,28,64);
}
.container{
    display: flex;
}
#btn2{
    color: crimson;
    height: 200px;
    width: 400px;
    border-radius: 20px;
    font-size: 30px;
    font-family: cursive;
    background-color:rgb(30,28,64);
}
h1{
    font-family: cursive;
    font-size: 2.5rem;
    font-weight: 100;
    color : white;
    margin-bottom: -13.5rem;
}
.buttons{
    margin-left: -180px;
}
h3{
    font-weight: 300;
}
h3:hover{
    color:white;
    transition: 0.4s;
}
