body {
  background-color: #fcf8e3;
  font-family: sans-serif;
  font-size: 14px;
}

.container {
  display: flex;
  width: 960px;
  margin: 0 auto;
}

.sidebar {
  width: 240px;
  margin-right: 20px;
}

.main-content {
  width: 700px;
}

.profile, .honor-roll, .categories, .main-content {
  border: 1px solid #d2b48c;
  background-color: #fffaf0;
  padding: 10px;
  margin-bottom: 20px;
}

.profile h2, .honor-roll h2, .categories h2 {
  background-color: #eee8aa;
  padding: 5px;
  margin-top: 0;
}

.profile img {
  max-width: 100%;
}

.profile button {
  background-color: #f0e68c;
  border: 1px solid #d2b48c;
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
}

.categories ul {
  list-style: none;
  padding-left: 0;
}

.categories li {
  margin-bottom: 5px;
}

.posts li {
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d2b48c;
  padding-bottom: 20px;
}

.posts h2 {
  margin-top: 0;
}

.posts a {
  text-decoration: none;
  color: #8b4513;
}

.posts .date {
  color: #888;
}
