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

.content {
  max-width: 1080px;
  margin: 10px auto;
  
}

h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0px 0px 20px;
  color #123;
  text-align: center;
}

h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0px 20px 20px;
  color: #894;
  text-align: center;
}

.subtext {
  border-bottom: 4px solid #000;
  margin: 20px auto;
  width: 100%;
}

.chapter {
  text-align: center;
  border-bottom: 2px solid #000;
  margin: 20px auto;
}

.header-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width:100%;
  max-width: 400px;
  height: auto;

}

.chapter-image {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.chapter-body {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

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