

body {
  background-color: #FAF6EA;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Georgia, serif;
  color: #2a1502;
}

h1 {
  font-family: "Courier New" , sans-serif;
  font-size: 3rem;
  border-bottom: 1px solid #d4c9b5;
  padding-bottom: 0.3rem;
}

p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

i, em {
  color: #8b6b4d;
}

.elsie-box {
  background-color: #2a1502;
  color: #FAF6EA;
  padding: 1.5rem;
  margin: 2rem 0;
  border-left: 8px solid #8b6b4d;
  border-right: 8px solid #8b6b4d;
  border-radius: 4px;
  font-family: Georgia, serif;
}

.elsie-box h2 {
  margin-top: 0;
  color: #D1BAA4;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-family: "Courier New" , sans-serif;
}

.elsie-box p {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: Georgia, serif;
}

hr {
  border: none;
  height: 2px;
  background-color: #d4c9b5; /* Changed from blue to tan */
}

/* FIXED: Link styles for the site title */
.site-title,
.site-title:link,
.site-title:visited {
  color: #2a1502;
  text-decoration: none;
}

.site-title:hover,
.site-title:active {
  color: #8b6b4d;
  text-decoration: underline;
}