main {
  width: fit-content;
  max-width: min(72ch, 100% - 4rem);
  margin-inline: auto;
}
blockquote {
  position: relative;
  padding: 1em 3em;
  margin: 20px 0;
  border-radius: 8px;
}
blockquote::before {
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 3em;
  line-height: 1;
  font-family: Georgia, serif;
}
pre {
  line-height: normal;
}
p {
  text-indent: 3ch;
}
h1 + p, h2 + p, h3 + p, blockquote p, li p {
  text-indent: 0;
}
div#footer {
  margin-top: 5em;
  padding: 1em;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
h2 {
  margin-top: 1em;
  font-size: 200%;
  border-bottom: 1px dashed #63898b;
  display: inline-block;
  padding-bottom: 0px;
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h2#related {
  margin-top: 3em;
}
body {
  font-family: monospace;
  font-size: 1.25rem;
  line-height: 1.4;
}

body {
  background-color: #121212;
  color: #e0e0e0;
}
blockquote {
  border-left: 3px solid #93e0e3;
}
blockquote, code, pre {
  background-color: #282828;
}
code, blockquote::before, strong {
  color: #b9e0e1;
}
li::marker, a, h1, h2, h3 {
  color: #93e0e3;
}
a:hover {
  color: #282828;
  background-color: #e0e0e0;
}
.post-date {
  color: #63898b;
}
div#footer {
  border-top: 1px dashed #63898b;
}
@media (prefers-color-scheme: light) {
  body {
    background-color: #ffffff;
    color: #333333;
  }
  blockquote {
    border-left: 3px solid #63898b;
  }
  blockquote, code, pre {
    background-color: #eee;
  }
  code, blockquote::before, strong {
    color: #76898a;
  }
  li::marker, a, h1, h2, h3 {
    color:#63898b;
  }
  a:hover {
    color: #ffffff;
    background-color: #333333;
  }
  hr {
    border: none;
    margin: 1em 0;
    border-top: 2px dotted #63898b;
    color: #63898b;
  }
  .post-date {
    color: #999;
  }
  div#footer {
    border-top: 1px dashed #999;
  }
}
