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;
  word-break: keep-all;
  width: 100vw;
  font-size: 1.25rem;
}

.headline {
  position: sticky;
  top: 0;
  background: #ffffff;
  padding: 1rem;
  text-align: center;
  text-decoration: underline;
}

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

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

a {
  color: #ff6600;
}

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