.blog-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.blog-title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #776e65;
}

.blog-post {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee4da;
}

.blog-post h3 {
  margin: 0 0 10px 0;
}

.blog-post h3 a {
  color: #776e65;
  text-decoration: none;
}

.blog-post h3 a:hover {
  color: #776e65;
  text-decoration: underline;
}

.post-meta {
  color: #bbada0;
  font-size: 14px;
  margin-bottom: 10px;
}

.post-excerpt {
  color: #776e65;
  line-height: 1.65;
}

.blog-nav {
  float: right;
  margin-top: 10px;
}

.nav-link {
  display: inline-block;
  background: #8f7a66;
  border-radius: 3px;
  padding: 0 20px;
  text-decoration: none;
  color: #f9f6f2;
  height: 40px;
  line-height: 42px;
}

.nav-link:hover {
  background: #776e65;
} 