
@media screen and (max-width: 650px) {
    html{
        font-size: 29px;
    }
}
@media screen and (max-width: 630px) {
    html{
        font-size: 27px;
    }
}
@media screen and (max-width: 600px) {
    html{
        font-size: 25px;
    }
}
@media screen and (max-width: 560px) {
    html{
        font-size: 23px;
    }
}
@media screen and (max-width: 530px) {
    html{
        font-size: 22px;
    }
}
@media screen and (max-width: 500px) {
    html{
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    html{
        font-size: 19px;
    }
}
@media screen and (max-width: 460px) {
    html{
        font-size: 17px;
    }
}
@media screen and (max-width: 430px) {
    html{
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    html{
        font-size: 15px;
    }
}
@media screen and (max-width: 380px) {
    html{
        font-size: 14px;
    }
}
@media screen and (max-width: 360px) {
    html{
        font-size: 13px;
    }
}
@media screen and (max-width: 330px) {
    html{
        font-size: 12px;
    }
}