body {
  font-family: Helvetica Neue, sans-serif;
  background-color: #fffaf7;
  line-height: 1.5;
  font-family: Avenir, sans-serif;
}
main {
  max-width: 70ch;
  padding: 2ch;
  margin: auto;
}
header {
  margin-bottom: 1.5rem;
}
h1 {
  font-family: Avenir, sans-serif;
  margin-bottom: .5rem;
}
time {
  color: #888;
}
pre {
  white-space: pre-wrap;
}
hr {
  border: 2px solid #ddd;
  margin: 2rem auto;
}
#fn {
  font-size: 85%;
}
footer {
  margin-top: 2rem;
  text-align: center;
}
a {
  color: #ff3c3c;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
::selection {
  background-color: #dadad1;
}

.logotype {
  letter-spacing: 2px;
}

.contact {
  text-decoration: none;
  font-size: 0.8em;
}


