.post-image {
  width: 100%;
  border: solid 2px #232323;
}
.vertical-post-image {
  max-height: 432px;
  border: solid 2px #232323;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 36pt;
}
h4 {
  font-style: italic;
}
body {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  background-color: #222;
  color: #eee;
}
.hr-footer {
  width: 15%;
  border-color: #aaa;
}
.text-footer {
  font-family: 'Roboto Mono', monospace;
  font-size: 12px;
  color: #aaa;
}
a.text-footer:hover {
  color: #eee;
  text-decoration: none;
}
