body {
  margin: 0;
  padding: 0;
  background-color: #0e0e0e;
  background-image: url('aelian_death_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Georgia', serif;
  color: #e6d8c3;
}

.story-container {
  max-width: 800px;
  margin: 5em auto;
  padding: 2em;
  background-color: rgba(5, 5, 5, 0.85);  /* darker background for text */
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  font-size: 1.2em;
  line-height: 1.6em;
}

h1 {
  text-align: center;
  font-size: 2.5em;
  color: #ffcc99;
  margin-bottom: 1em;
}

.narration {
  font-style: italic;
}
