body {
    font-family: "Times New Roman", Times, serif;
    display: flex;
    background-color: black;
}

h1 {
  text-decoration: underline double red;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.40rem;
  font-weight: 200;
}

h2 {
  color: red;
  font-variant: small-caps;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.page {
  min-width: 450px;
  padding: 25px 100px 25px 100px;
  background: #E0C9A6;
  margin-right: 2.5rem;
}

.text, .initial-text {
  padding-top: 0;
  white-space: pre-line;
  font-size: 20px;
}

.initial-text::first-letter {
  initial-letter: 3;
  color: red;
}
