.content-container {
    width: 80%;  /* This makes it use only 80% of the page */
    margin: 0 auto;
}
p {
  font-family: 'Verdana', sans-serif;
  font-size: 20px;
  text-align: justify;
}
h1 {
  text-align: center;
  font-family: 'Garamond', serif;
  font-size: 50px;
}
h2 {
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 25px;
}
li {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  text-align: justify;
  padding-bottom: 16px;
}
