h1, h2, h3, p, small {
  font-family: sans-serif;
  font-weight: lighter;
}

button {
  border-radius: 0.5em;
  font-family: serif;
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

q {
  font-family: serif;
}

body {
  color: #222;
  font-size: 18px;
  font-size: 1.2em;
  line-height: 1.6;
  margin: 40px auto;
  max-width: 650px;
  max-width: 90vw;
  padding: 0 10px;
}

hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border-color: #ccc;
}

#follow_health::before {
  content: "Health: ";
}

#follow_stamina::before {
  content: "Stamina: ";
}

#content_date {
  display: block;
  padding-top: 4em;
  font-size: 0.6em;
}

#content_date:empty {
  display: none;
}

details {
  display: inline-block;
  border: 1px solid #000 !important;
  border-radius: 0.2em;
  padding: 0.4em;
}

summary {
  cursor: pointer;
}

q {
  font-style: italic;
}

spacer::before {
  content: "\00A0";
}

@media (min-width: 40em) {
  body {
    max-width: 650px;
    max-width: 60vw;
  }

  h1, h2, h3 {
    text-align: right;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    filter: invert(90%) hue-rotate(25deg);
    background-color: black;
  }

  img, video, iframe {
    filter: invert(100%) hue-rotate(-25deg);
  }
}
