body {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}

header, time, h1, h2, h3 {
  font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

code { font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; }

body {
  margin: 0 auto;
  padding: 1.5rem;
  max-width: 33rem;
  background: #1e1e2e;
  color: #cdd6f4;
  line-height: 1.7rem;
}

body:after {
  display: block;
  content: "⁂";
  text-align: center;
  color: #45475a;
  margin: 2rem 0;
}

a {
  text-decoration: none;
  color: #a6adc8;
}

article a {
  text-decoration-line: underline;
  text-decoration-color: #585b70;
  text-underline-offset: 0.25rem;
}

a:hover {
  color: #cdd6f4;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 1;
}

pre code {
  line-height: 1.7rem;
}

pre code.language-raw {
  line-height: 1;
}

header {
  text-align: center;
  margin-bottom: 3rem;
}

header a {
  color: #585b70;
}

nav {
  margin: 0 auto;
  max-width: 20rem;
}

h1, h2, h3 {
  font-weight: normal;
  margin-top: 1.5em;
}

h1 {
  font-size: 1.5rem;
  text-align: center;
  font-style: italic;
}

h2 {
  font-size: 1.5rem;
  font-style: italic;
  padding: 3rem 0 0.25rem;
  border-bottom: 2px solid #313244;
}

h3 {
  padding: 1rem 0 0;
  font-style: italic;
  font-size: 1.35rem;
}

time {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 3em;
  color: #7f849c;
}

code {
  font-size: 0.875rem;
  color: #7f849c;
}

li {
  list-style-type: "– ";
}

nav ul {
  padding: 0;
}

nav li {
  list-style: circle;
  list-style-position: inside;
}

img {
  max-width: 100%;
}
