* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  font-size: 1.4rem;
  font-family: "Permanent Marker", cursive;
  color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  background-color: #111;
}

h1 {
  margin: 0;
  font-size: 5.6rem;
  font-weight: normal;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 3.2rem;
  }
}
