* {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  padding: 1em;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  background-color: #E0DFD5;
  color: #313638;
}

h1 {
  text-align: center;
}

#updated {
  font-size: smaller;
  font-style: italic;
}

#plain {
  font-size: x-large;
  line-height: 1.4em;
  margin-bottom: 2em;
}

li {
  margin-bottom: 0.5em;
}