

html,body{
    font-size: 100%;
}
@media(max-width: 329px){
    html,body{
    font-size:98% !important;
    }
}
@media(min-width: 330px) and (max-width:576px){
     html,body{
    font-size:99% !important;
}
}
