.menu-container {
    display: flex;
    justify-content: space-between;
/*     color: white; */
}


/* .menu-button {
    text-decoration: none;
    padding: 10px 15px;
/*     background-color: blue; 
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.menu-button:hover {
    background-color: yellow;
} */