body {
  margin: 0;
  background-color: #F6F7EE;
  font-family: Georgia, Palatino, "Times New Roman", serif;
  color: #484848;
  line-height: 1.6;
}

.left-brand {
  position: fixed;
  left: 30px;
  top: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.left-brand a {
  text-decoration: none;
  color: #111;
}

.nav {
  position: fixed;
  top: 30px;
  right: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #111;
}

.left-brand a:hover,
.nav a:hover {
  opacity: 0.6;
}

.container {
  width: 580px;
  margin: 100px auto;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.lede {
  margin-bottom: 48px;
  color: #555;
}

a {
  color: inherit;
}

.post-date {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #777;
  margin-bottom: 12px;
}

.x-item,
.x-post {
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e3d8;
}

.x-post {
  border-bottom: none;
}

.x-meta {
  font-size: 14px;
  margin-top: 20px;
  color: #777;
}

.x-media img {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border-radius: 4px;
}

.x-media-note {
  font-size: 14px;
  color: #777;
}

.x-quote {
  margin: 0 0 16px 0;
  padding: 12px 0 12px 16px;
  border-left: 2px solid #c9cab8;
  color: #555;
}

.x-quote p {
  margin: 0 0 8px 0;
}

.x-quote-cite {
  font-size: 14px;
}

.x-empty {
  color: #555;
}

@media (max-width: 700px) {
  .container {
    width: auto;
    margin: 120px 20px;
  }

  .left-brand,
  .nav {
    position: absolute;
  }
}
