@media screen and (min-width: 601px) {
  html {
    font-size: 12px;
  }

  section {
    margin-top: 20%;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 10px;
  }

  section {
    margin-top: 30%;
  }
}

body {
  background-color: RGB(29, 30, 30);
  color: RGB(230, 230, 230);
  background-image: url("../images/playondance.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 30%;
  font-family: sans-serif;
}

a {
  color: RGB(230, 230, 230);
}

section {
  padding: 15px;
  display: flex;
  margin-top: 25%;
  text-size-adjust: auto;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem;
}

section > h1,
section > h3 {
  text-align: center;
}

footer {
  text-align: center;
  font-size: 1rem;
}
