.menu-button {
padding: 8px;
border: 3px solid white;
border-radius: 15px;
background-color: rgba(0, 0, 0, 0.363);
color: white;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: large;
}
.menu-button:hover {
background-color: rgb(255, 255, 255);
color: black;
}