@media (min-width: 576px) {
  h1 {
    font-size: 170%;
  }

  #logo {
    width: 7rem;
  }

  header {
    height: 6rem;
  }
}