body {
  font-family: sans-serif;
  color: #111;
  background-color: #fdfdfd;

  display: flex;
  flex-direction: column;
}

a {
  color: #2a7ae2;
  text-decoration: none;
}

a:visited {
  color: #1756a9;
}

img[width][height] {
  height: auto; /* Preserve aspect ratio */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1 {
  margin-top: 0;
}

.site-header {
  border-bottom: 1px solid #e8e8e8;
  height: 56px;

  margin-bottom: 30px;
}

.site-header__inner {
  height: 100%;

  display: flex;
  align-items: center;
}

.site-title,
.site-title:visited {
  font-size: 1.625rem;
  font-weight: 300;
  color: #424242;
}

.content {
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 800px) {
  .content {
    max-width: calc(800px - (15px * 2));
    padding-right: 15px;
    padding-left: 15px;
  }
}

.post-meta {
  font-size: 0.875rem;
  color: #828282;
}

.image-center-container {
  width: 100%;

  display: flex;
  justify-content: center;
}
