@media only screen and (min-width: 50em) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 20px;
    }

    div {
        font-size: 16px;
    }
}