h1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2; }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 3rem; } }
