main{
    background-color: #DDEE88;
}
.nav-item a.nav-link{
    
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 500   ;
}
.active{
    background-color: #BBCC55;
    
}
footer{
    background-color: #ffffff;
    border-top: 5px solid #4A276D;
    padding-bottom: 100px;
}

.passiv{
    font-weight: 300 !important;
}
strong{
    font-weight: 700 !important;
}