

h1{
    font-size: 40px;
}



.button-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


footer{
    margin-top: 25vh;
}