@media ALL and (max-width: 30em) {
  header {
    display: none;
  }
}
