@media all and (max-width: 320px) {
    body { font-size: 10px;}
}
@media all and (min-width: 320px) {
    body { font-size: 10px;}
}