@media screen and (max-width: 1100px) {
    html {
        font-size: 0.8px;
    }
}
@media screen and (max-width: 950px) {
    html {
        font-size: 0.7px;
    }
}
@media screen and (max-width: 750px) {
    html {
        font-size: 0.5px;
    }
}

@media screen and (max-width: 550px) {
    html {
        font-size: 1px;
    }
}