body {
  font-family: 'Georgia', serif;
  background-color: #fdfcf8;
  color: #333;
  margin: 0;
  padding: 2em;
  line-height: 1.6;
}

h1 {
  font-size: 2.5em;
  color: #2e2e2e;
  text-align: center;
  margin-bottom: 0.2em;
}

h2 {
  font-size: 1.8em;
  color: #5a2d82;
  margin-top: 2em;
}

p {
  margin: 1em 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

em {
  display: block;
  text-align: center;
  font-style: italic;
  color: #666;
  margin-bottom: 2em;
}

.firstLetter {
  font-size: 2em;
  font-weight: bold;
  color: #8b0000;
  margin-right: 0.2em;
}

.firstWord {
  font-weight: bold;
  color: #4a4a4a;
  text-transform: uppercase;
}

#firstStory {
  border-left: 5px solid #ddd;
  padding-left: 1em;
  background-color: #f9f9f9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
