body::before {
    font-size: 25px;
}

@media screen and (max-width: 600px) {
    body::before {
        font-size: 14px;
    }
}
