body {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 2rem auto;
  max-width: 680px;
}

code {
  background: #f4f4f4;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.1em 0.3em;
}

li {
  margin-bottom: 1rem;
}

pre {
  background: #f4f4f4;
  overflow-x: auto;
  padding: 1rem;
}

pre code {
  padding: 0;
}

time {
  font-weight: bold;
}

.description {
  font-style: italic;
}
