h1 {
  font-family: sans-serif;
  text-align: center;
}

h2 {
  font-family: sans-serif;
}

h3 {
  font-family: sans-serif;
}

body {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
  font-size: 1.2em;
  line-height: 1.3em;
}

a {
  color: #b1871b;
}

#byline {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

p #author {
  font-family: sans-serif;
  font-size: 1.6em;
}

#by {
  font-size: 0.8em;
}


#toc {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

#toc h2 {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

#toc a {
  text-decoration: none;
}

ol ol {
  list-style: disclosure-closed
}