body {
  font-family: 'Garamond', sans-serif;
}

img {
    max-width: 100%;
    max-height: 100%;
}

table {
  max-width: 100%;
  max-height: 100%;
}

table, th, td {
    border: 1px solid black;
}

.content {
  max-width: 720px;
  margin: 0 auto;
  
  
}

h1 {
  font-size: 60px;
  font-weight: bold;
  margin: 20px 0px 0px 20px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0px 10px 20px;
  color: #999;
}


.chapter-image {
  margin-right: 20px;
  margin-bottom: 20px;
}


p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}