body {
  margin: 0;
  font-family: Georgia, serif;
  background: #1f2f24;
  color: #e7e2d6;
  line-height: 1.6;
}

/* MAIN CONTAINER */
.wrapper {
  max-width: 800px;
  margin: 60px auto;
  padding: 30px;
  background: rgba(10, 20, 12, 0.75);
  border: 1px solid #3b5a43;
}

/* TITLE */
h1 {
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

/* TAGLINE */
.tagline {
  text-align: center;
  font-style: italic;
  opacity: 0.85;
  margin-bottom: 25px;
}

/* SECTIONS */
.section {
  margin-bottom: 30px;
}

/* NAVIGATION (HOME + SITE WIDE) */
.nav {
  text-align: center;
  margin: 20px 0 30px 0;
  padding: 10px;
  border-top: 1px solid rgba(207,216,198,0.2);
  border-bottom: 1px solid rgba(207,216,198,0.2);
}

.nav a {
  display: inline-block;
  margin: 6px 12px;
  color: #cfd8c6;
  text-decoration: none;
}

.nav a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ARCHIVE POSTS */
.post {
  margin-bottom: 20px;
  padding: 15px 18px;
  border: 1px solid rgba(207,216,198,0.2);
  background: rgba(0, 0, 0, 0.15);
}

.post h3 {
  margin: 0 0 8px 0;
  color: #e7e2d6;
}

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

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

.meta {
  font-size: 0.85em;
  opacity: 0.7;
  margin-bottom: 8px;
}

/* FOOTER NOTE */
.note {
  font-size: 0.9em;
  opacity: 0.8;
  border-left: 2px solid #3b5a43;
  padding-left: 10px;
}

.intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px auto;
  font-style: italic;
  opacity: 0.9;
}

.note {
  text-align: center;
  border-left: none;
  padding-left: 0;
  margin-top: 30px;
  font-size: 0.9em;
  opacity: 0.8;
}
 
 body {
  background: radial-gradient(circle at top, #24352b 0%, #0f1a14 100%);
}

/* softens the container like old paper in dim light */
.wrapper {
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
  border: 1px solid rgba(207,216,198,0.15);
}

/* HEADER feels like a carved plaque */
.header {
  text-align: center;
  padding: 10px 0 20px 0;
}

.header h1 {
  margin-bottom: 5px;
  letter-spacing: 2px;
}

/* NAV becomes an “entry threshold” */
.nav {
  text-align: center;
  margin: 25px 0 35px 0;
  padding: 12px;
  border-top: 1px solid rgba(207,216,198,0.2);
  border-bottom: 1px solid rgba(207,216,198,0.2);
  background: rgba(0,0,0,0.12);
}

.nav a {
  margin: 0 12px;
  display: inline-block;
  letter-spacing: 0.5px;
}

/* POSTS feel like catalog entries */
.post {
  transition: 0.2s ease;
}

.post:hover {
  border-color: rgba(207,216,198,0.4);
  background: rgba(0,0,0,0.22);
  transform: translateY(-1px);
}

/* INTRO becomes a “welcome plaque” */
.intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 25px auto;
  font-style: italic;
  opacity: 0.9;
}

/* FOOTNOTE becomes quieter, like a closing inscription */
.note {
  text-align: center;
  border-left: none;
  padding: 10px 0;
  margin-top: 40px;
  font-size: 0.9em;
  opacity: 0.75;
} 
  margin-top: 30px;
}