@media (max-width: 992px) {
    body {
        font-size: 1.2rem;
    }
}
@media (min-width: 1000px) {
    body {
        font-size: 1.3rem;
    }
}