body {
  font-family: Georgia, serif;
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.6;
}

h1 {
  font-family: Georgia, serif;
  font-size: 2rem;
  margin-bottom: 30px;
}

details {
  margin-bottom: 20px;
}

summary {
  cursor: pointer;
  font-weight: bold;
}

.chapter-text {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.6;
}