@media only screen and (max-width: 600px) {
  h1 {
    font-size:30px;
  }
}