@media only screen and (min-width: 65em) {
    body {
        font-size: 1.7em;
    }
}