.content-container {
    width: 80%;  /* This makes it use only 80% of the page */
    margin: 0 auto;
}
p {
  font-family: 'Verdana', sans-serif;
  font-size: 22px;
  text-align: justify;
  text-indent: 50px;
}
h1 {
  text-align: center;
  font-family: 'Garamond', serif;
  font-size: 70px;
}
h2 {
  text-align: center;
  font-family: 'Garamond', serif;
  font-size: 42px;
  font-style: italics;
  font-weight: normal;
}

