html *{
    font-weight: 400!important;
    color:black!important;  
}
  
html, body { 
    overflow-x: hidden;
}
   
#content{ 
    margin: 0 4vw 2vh 4vw;  
}

@media (max-width: 1300px) {
    #content{ 
        margin: 0 1vw 2vh 2vw;  
    }
} 