:root{
    --background-color: #556B2F;
    --darker-background-color: #243848;
    --accent-color: #41DCE1;
    --menue-text-color: #FFFFFF;
    --menue-ul-color: #8B814C;
    --menue-link-color: #CDCD00;
    --content-text-color: black;
    --navbar-height: 80px;

 
    --darker-background-color: #243848;
    --accent-color: #41DCE1;
    --text-color: #FFFFFF;
    --navbar-height: 80px;
    }

*{
    margin: 0;
    padding: 0;
}

footer{
    width: 100%;
    z-index: 0;
    background: rgba(36, 56, 72);
    text-align: center;
    position: absolute;
}

.fmenue{
    z-index: 3;
    display: flex;
    justify-content: space-around;
    text-align: center;
    display: flex;
    flex-direction: row;
    list-style: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;;
}

.imp{
    z-index: 3;
    text-decoration: none;  
    margin-left: 5px; 
    font-size: 22px;
    color: var(--text-color);
}

.imp:hover{
    text-decoration: underline;
}

.fbutton{
    margin: 15px;

    text-decoration: none;  
    margin-left: 5px; 
    font-size: 22px;
    color: var(--text-color);
}

.flink{
    text-decoration: none;
}

.iubenda-white iubenda-noiframe iubenda-embed iubenda-noiframe{
    text-decoration: none;  
    margin-left: 5px; 
    background-color: #8B814C;
}

@media(max-width: 850px){
    
    .fmenue{
        flex-direction: column-reverse;
    }

}