html {
  background-color: #f6f1e1;
  color: #1a1411;
  font-size: 100%;
}
body {
  padding: 144px 24px 60px;
  margin: 0;
}
main {
  max-width: 720px;
  margin: 0 auto;
}
h1 {
  font-family: "DejaVu Sans Mono", "Menlo", monospace;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.44;
  margin: 0 0 3rem;
}
p {
  font-family: "Charter", "Bitstream Charter", serif;
  font-weight: 400;
  font-size: .9375rem;
  line-height: 1.6;
  margin: 0 0 .75rem;
}
a {
  color: unset;
  text-decoration-color: #978803;
	text-decoration-thickness: .13em;
	text-underline-offset: .15em;
}