:root{ 
    color: antiquewhite;
    background-color: rgb(79, 76, 71);
    font-size: 1.5rem;
    max-width: 100ch;
}


body{ 
    text-align: center;
    margin: auto;
    max-width: 80ch;
    
}

.protected_menu{
    color: wheat;
    
}


.icon {
    color: wheat;
    text-decoration: none;
    float: left;
}
.icon:hover{
    border: 2px;
    border-color: black;
    color: aqua;
}


.Menu_buttons{
    border: 5px;
    border-radius: 5%;
    border-color: black;
}


.nav_button{
    background-color: wheat;
    color: black;
    height: 30px;
    width: auto;
}