/* vim: set tabstop=2 shiftwidth=2 expandtab smarttab: */
body {
  margin: 40px auto;
  max-width: 800px;
  line-height: 1.6;
  font-size: 18px;
  color: #444;
  padding: 0 15px;
  font-family: sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
  }

  html, body {
    background-color: #181a1b;
  }

  body {
    color: #e8e6e3;
  }

  a {
    color: #3391ff;
  }
}

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

h1, h2 {
  margin-top: 40px;
  margin-left: -15px;
}

h1 a, h2 a {
  color: inherit;
  text-decoration: underline;
}

h1 a:hover, h2 a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}
