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