body {
  margin: 0;
  padding: 0;
  font-family: 'Georgia', serif;
  background: #faf9f6;
  color: #222;
  line-height: 1.6;
}

header {
  background: #111;
  padding: 15px 20px;
}

.top-nav .brand {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}

main.content {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

footer {
  margin-top: 60px;
  padding: 30px;
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 0.9rem;
}

.post h1 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.post-date {
  color: #666;
  font-size: 0.9rem;
}

.post-content {
  margin-top: 30px;
}

/* NAVIGATION */
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.menu li a:hover {
  text-decoration: underline;
}

.post-list {
  margin-top: 40px;
}

.post-item {
  margin-bottom: 40px;
}

.post-item h2 {
  margin-bottom: 5px;
}

.post-item a {
  text-decoration: none;
  color: #111;
}

.post-item a:hover {
  text-decoration: underline;
}

.post-meta {
  font-size: 0.85rem;
  color: #666;
}
