@media (prefers-color-scheme: dark) {
  body {
    background: #000;
  }
}

body {
  margin: 1em auto;
  max-width: 40em;
  padding: 0 0.62em 3.24em;
  font: 1.2em/1.62 sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

/* Links (used on 404 page and future pages) */
a {
  color: inherit;
  text-decoration: underline;
}

/* Pixel-art style image rendering for 88x31 badges */
img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

@media print {
  body {
    max-width: none;
  }
}
