@media only screen and (max-width:600px) {
    h1 {
        font-size: 5em;
        transition: all 1s;
    }
}