h1 {
  text-align: center;
  margin-top: 30px;
}

/* === RESPONSIVE === */
@media (max-width: 905px) {
  h1 {
    display: none;
  }
}
