
html{
    font-size: clamp(4px, 0.52vw, 200px);
}
@media only screen and (max-width: 640px) {
    html{
        font-size: 10px;
    }
}