body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, 'Times New Roman', Times, serif ;
  font-size: 20px;
  line-height: 1.6em;
  background-color: white;
  color: black;
}
h1, h2, h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
}
a{
  color: black !important;
}