body {
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.5;
  color: #222;
  background: #fff;
  padding: 2rem;
}
main {
  max-width: 420px;
  margin: 0 auto;
}

h1, h2, h3 {
  font-weight: 400;
  font-size: 4em;
  line-height: 2;
  text-transform: uppercase;
  font-family: Georgia, serif;
  position: relative;
}

h1 {
  font-size: 4em;
  line-height: 2;
  text-align: center;
  letter-spacing: 2px;
}
h2 {
  font-size: 2.5em;
  line-height: 1.2;
  margin-top: 2rem;
}

h3 {
  font-size: 0.75em;
  line-height: 1;
  margin-top: 1rem;
}

h2::before,
h3::before {
  content: "❧ ";
  color: #999;
  margin-right: 0.4rem;
}

blockquote.citation {
  text-align: center;
  margin: 2rem auto;
  max-width: 380px;
  line-height: 1.6;
}

blockquote.citation .quote {
  display: inline-block;
  font-style: italic;
  position: relative;
}

blockquote.citation .quote::before {
  content: "« ";
  font-style: normal;
  font-size: 1.2em;
}

blockquote.citation .quote::after {
  content: " »";
  font-style: normal;
  font-size: 1.2em;
}

blockquote.citation .auteur {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 0.9em;
}

p {
  margin-bottom: 1rem;
  text-align: justify;
}

p:first-letter {
  font-size: 2.5em;
  float: left;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
}

a {
  color: #222;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

footer {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.2em;
}