*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  color: #1a1a1a;
  background: #fafafa;
  line-height: 1.75;
  font-size: 18px;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.logo img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

nav a {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6a8cab;
  text-decoration: none;
}

nav a:hover {
  color: #c25348;
  text-decoration: none;
}

main {
  padding-bottom: 96px;
}

.bio {
  padding-top: 24px;
}

.bio p {
  margin-bottom: 1.25em;
}

.bio p:last-child {
  margin-bottom: 0;
}

.bio a {
  color: #6a8cab;
}

.bio a:hover {
  color: #c25348;
  text-decoration: none;
}

#words {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid #d8d6d0;
}

#words h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #999;
  margin-bottom: 36px;
}

.post {
  margin-bottom: 36px;
}

.post-title {
  font-size: 18px;
  line-height: 1.4;
}

.post-title a {
  color: #1a1a1a;
  text-decoration: none;
}

.post-title a:hover {
  color: #6a8cab;
  text-decoration: none;
}

.post-date {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
  color: #999;
  margin-top: 4px;
}

.post-excerpt {
  font-size: 15px;
  color: #555;
  margin-top: 8px;
  line-height: 1.6;
}

footer {
  padding: 0 0 48px;
}

footer .container {
  border-top: 1px solid #d8d6d0;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
  color: #999;
}

footer a {
  color: #999;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

#posts-error {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #999;
}
