body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.6em;
  color: black;
}
h1, h2 {
  font-family: sans-serif;
  font-weight: normal;
 /* font-size: 20px;*/
  color: rgb(27, 165, 246);
}
h3 {
  font-family: sans-serif;
  font-weight: normal;
  color: lightseagreen;
}
