body {
  background: #F8C8DC;
}
p {
  text-align: left;
  text-align: justify;
  font-family: serif;
  font-size: 20px;
  color: black;
}
h1 {
  text-align: center;
  text-align: justify;
  font-family: serif;
  font-variant: small-caps;
  font-size: 2em;
  color: black;
}
h2 {
  text-align: center;
  text-align: justify;
  font-family: serif;
  font-variant: small-caps;
  font-size: 1.8em;
  color: black;
}
h3 {
  text-align: left;
  text-align: justify;
  font-family: serif;
  font-size: 1.5em;
  color: black;
}
a {
  color: blue;
  text-decoration: underline;
}