body {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 19px;
  line-height: 27px;
  color: #424242;
}

p {
  margin-bottom: 21px;
}

blockquote {
  margin: 35px 20px;
}

blockquote p {
  font-size: 26px;
  font-style: italic;
}

blockquote a {
  margin-left: 10px;
  font-size: 18px;
}

a {
  color: #464E67;
}

a:hover {
  color: #6C6978;
}

article h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #464E67;
}

.metadata {
  color: #555;
}

.metadata a, .metadata time {
  font-style: italic;
}

.metadata time {
  color: #424242;
}

.metadata a {
  text-decoration: none;
}

.gist {
  margin: 25px 10px;
}

#main-header {
  margin-top: 55px;
  margin-bottom: 45px;
}

#main-header a {
  display: flex;
  flex-flow: column;
  row-gap: 21px;
  align-items: center;
  text-decoration: none;
}

#main-header img {
  border-radius: 50%;
}

#main-header h1 {
  font-size: 58px;
  line-height: normal;
  color: #424242;
  text-align: center;
}

#posts ul {
  list-style: none;
  margin-top: 25px;
}

#posts li {
  margin-bottom: 7px;
}

#post header {
  margin-bottom: 25px;
}

#post header time {
  color: #333;
}

#post h2 a {
  font-size: 46px;
  font-weight: bolder;
  line-height: normal;
  color: #464E67;
  text-decoration: underline;
}

#post h2 a:hover {
  color: #6C6978;
}

#post ul {
  padding-left: 40px;
  margin-bottom: 21px;
}

#post #disqus_thread {
  margin-top: 10px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
