body {
  font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
}
h1 {
  font-size: 42px;
  line-height: 1.1904761905;
  font-weight: 600;
  letter-spacing: .011em;
}
p {
  font-size: 18px;
  line-height: 1.4705882353;
  font-weight: 400;
}
.links a {
  display: block;
  color: #222;
  text-decoration: none;
  margin: 10px 0;
  transition: color 0.5s ease;
}
h1 a {
  display: block;
  color: #222;
  text-decoration: none;
  margin: 10px 0;
  transition: color 0.5s ease;
}
.links a {
  line-height: 1.4705882353;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-size: 21px;
}
a:hover {
  color: #666;
}
.favicon {
  width: 1em;
  height: 1em;
  border-radius: 3px;
  vertical-align: -0.15em;
  margin-right: 0.3em;
}
.post-date {
  font-weight: 600;
  margin-right: 20px;
}

figure {
  margin: 20px auto;
}

figure figcaption {
    text-align: center;
}

figure img {
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
