@media screen and (max-width: 420px) {
  h1 {
    visibility: hidden;
  }
}
