body {
  background: linear-gradient(270deg, #111820 0%, #141626 50%, #0d0d14 100%);
  color: #e6e3dc;
  font-family: 'Georgia', serif;
  text-align: center;
  margin: 0;
  padding: 2rem;
}

.container {
  max-width: 700px;
  margin: auto;
}

h1 {
  font-size: 2em;
  letter-spacing: 2px;
  margin-bottom: 1.2em;
  text-transform: lowercase;
  color: #f2ede3;
}

.poem {
  line-height: 1.8;
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 2em;
  color: #dcd6c9;
}

.links a {
  color: #dcd6c9;
  text-decoration: none;
  margin: 0 0.5em;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease, color 0.3s ease;
}

.links a:hover {
  border-bottom: 1px solid #dcd6c9;
  color: #ffffff;
}

h2 {
  margin-top: 3em;
  text-transform: lowercase;
  font-weight: normal;
  color: #e8e4dc;
  letter-spacing: 1px;
}

hr {
  border: none;
  border-top: 1px solid #2e2e2e;
  margin: 3em auto;
  width: 60%;
}

.post-list {
  list-style: none;
  padding: 0;
}

.post-list li {
  margin: 0.5em 0;
  font-size: 1em;
}

.post-list a {
  color: #dcd6c9;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
}

.post-list a:hover {
  border-bottom: 1px solid #dcd6c9;
}

.post-title {
  font-size: 1.8em;
  margin-bottom: 0.3em;
  text-transform: lowercase;
  color: #f2ede3;
}

.post-date {
  font-size: 0.9em;
  color: #8e8b83;
  margin-bottom: 2em;
  font-style: italic;
}

.post-body {
  text-align: left;
  line-height: 1.8;
  max-width: 650px;
  margin: auto;
}

.post-body p {
  margin-bottom: 1.5em;
}

.post-image {
  display: block;
  margin: 2em auto;
  max-width: 100%;
  border-radius: 6px;
}

.back {
  margin-top: 3em;
  font-size: 0.9em;
}

.back a {
  color: #dcd6c9;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.back a:hover {
  border-bottom: 1px solid #dcd6c9;
}

body.about {
  background-color: #111;
  color: #e0dacf;
}

body.about a {
  color: #dcd6c9;
}

hr {
  border: none;
  height: 80px;         
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 2.5em auto;
  width: 100%;
  max-width: 500px;
  opacity: 0.9;
}

hr {
  background-image: url("images/dividers/twinklingstars_divider.gif");
}

hr.colorstars1 {
  background-image: url("images/dividers/colorfulstars1_divider.gif");
}

hr.colorstars2 {
  background-image: url("images/dividers/colorfulstars2_divider.png");
}

hr.faded {
  opacity: 0.5;
  filter: brightness(0.8) saturate(0.7);
}



