body {
  background-color: #363839 !important;
  color: #d1cec9 !important;
  line-height: 1.1;
  max-width: 85%;
  margin: 3em;
  font-size: 150%;
  font-family: sans-serif;
}

p {
  line-height: 1.35;
}

/* https://alistapart.com/article/axiomatic-css-and-lobotomized-owls/ */
* + * {
  margin-top: 1.2em;
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 21px;
}

a {
  color: #d1cec9;
  text-decoration: underline;
}
a:visited {
  color: #d1cec9;
}

blockquote,
aside {
  border-left: 5px solid gray;
  margin-left: 0;
  padding-left: 1em;
}

code,
pre,
.line {
  font-family: monospace;
  font-size: 95%;
  padding: 0.2em 0.2em;
  background-color: black !important;
  color: #d1cec9 !important;
  line-height: 1.2;
  margin-top: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img {
    max-width: 100%;
    max-height: 100%;
}
