@media (max-width: 640px) {
    html {
        font-size: 14px;
    }
}
@media (width>640px) {
    html {
        font-size: 16px;
    }
}