
@media (max-width:1400px) {
    body,html{
        font-size: 23px !important;
    }
    
}
@media (max-width:1200px) {
    body,html{
        font-size: 22px !important;
    }
    
}
@media (max-width:1100px) {
    body,html{
        font-size: 20px !important;
    }
    
}
@media (max-width:1000px) {
    body,html{
        font-size: 17px !important;
    }
    
}
@media (max-width:900px) {
    body,html{
        font-size: 15px !important;
    }
    
}
@media (max-width:800px) {
    body,html{
        font-size: 13.5px !important;
    }
    
}
@media (max-width:680px) {
    body,html{
        font-size: 11px !important;
    }
    
}
@media (max-width:500px) {
    body,html{
        font-size: 9px !important;
    }
    
}
@media (max-width:360px) {
    body,html{
        font-size: 8px !important;
    }
    
}
@media (max-width:360px) {
    body,html{
        font-size: 7.5px !important;
    }
    
}
@media (max-width:300px) {
    body,html{
        font-size: 6.8px !important;
    }
    
}