body {
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  word-break: keep-all;
  width: 100vw;
  font-size: 1.25rem;
}

.headline {
  top: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
  max-width: 30rem;
}

.kor {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.15rem;
}

.content, .list {
  margin: 2rem;
  max-width: 30rem;
}

.list {
  padding-bottom: 5rem;
}

footer {
  text-align: center;
  margin-bottom: 2rem;
}

a {
  color: #ff6600;
}

@media (min-width: 500px) {
  .content, .headline, .list {
    margin-left: auto;
    margin-right: auto;
  }
}
