@media screen and (max-width: 500px) {
    h1 {
        font-size: 25px;
    }
}