#menu-button{
    margin-top: 2.5%;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    height: 50px;
    border-radius: 20px;
    color: black;
    background-color: #f7f7f7;
}

#menu-button:hover{
    transition: 0.2s;
    color: white;
    background-color: lightskyblue;
}