body {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Source Serif 4", serif;
  font-size: 18px;
  color: #444;
  padding: 0 1em 8em;
}

h1, h2, h3 {
  font-family: "Enriqueta", serif;
  font-weight: 600;
  padding-top: 0.6em;
  margin-bottom: 0.4rem;
}

a {
  text-decoration: none;
  color: #5555ee;
}

h1 a {
  color: inherit;
}

hr {
  border: none;
  background-color: #444;
  height: 1px;
  margin-top: 1em;
}

code {
  font-size: 0.9em;
  background: #f0f0f0;
  padding: 0.1em 0.24em;
}

footer {
  margin-top: 2em;
}

.thumbs {
}

.thumbs figure {
}

.thumbs figcaption {
  font-size: 0.9em;
  font-family: sans-serif;
}

.thumbs img {
  width: 100%;
}

