body {
  background-color: #dfdfdf;
}

.pure-g {
  font-family: "Source Sans Pro";
}

p, a, h1, h2, h3 {
  font-family: "Source Sans Pro";
}

.sidebar {
  list-style: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-variant: small-caps;
  font-size: 1.3em;
  /* text-align: right; */
}

.sidebar li {
  margin-bottom: 10px;
}

.sidebar a {
  color: black;
  text-decoration: none;
}

.sidebar a:hover {
  text-decoration: underline;
}

.post-title {
  color: black;
  text-decoration: underline;
}

.post-title:hover {
  background-color: white;
}

.post {
  margin-bottom: 50px;
}
