body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
  font-size: 18px;
}

.post-wrap {
  max-width: 900px;
  margin: 24px auto;
  padding: 0 16px;
}

.post-title {
  font-size: 34px;
  font-weight: 700;
  margin: 8px 0 6px;
}

.post-meta {
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.post-body {
  line-height: 1.8;
  font-size: 18px;
}

/* Back to Home Button */
.home-button {
  display: inline-block;
  padding: 10px 18px;
  background-color: #0b1f3b;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-button:hover {
  background-color: #09182e;
}
