body {
  max-width: 600px;
  margin: 40px auto;
  font-family: Georgia, serif;
  line-height: 1.6;
  background: #f8f7f4;
  color: #111;
}

main {
  padding: 1em;
}

h1, h2 {
  font-weight: normal;
}

h1 {
  font-family: sans-serif;
}
h1 span {
  font-size: 0.75em;
}

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

#posts div {
  margin-bottom: 40px;
}