html {
    font-size: 625% !important;
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 600% !important;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570% !important;
    }
}



@media only screen and (max-width: 1024px) {
    html {
        font-size: 550% !important;
    }
}


@media only screen and (max-width: 950px) {
    html {
        font-size: 550% !important;
    }
}