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

.content {
  max-width: 900px;
  margin: 0 auto;
  border-top: 8px solid #001a44;
}

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

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

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #262728;
}

.table-of-contents {
  text-align: center;
  margin: 40px;
}

.chapter {
  margin-top: 20px;
  text-align: center;
  border-bottom: 2px solid #001a44;
}

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

.chapter-image-2 {
  margin-right: 20px;
  margin-bottom: 20px;
  height: 40%;
  width: 40%;
  border: 1px solid black;
}

.chapter-image-3 {
  margin-right: 20px;
  margin-bottom: 20px;
  height: 15%;
  width: 15%;
  border: 1px solid black;
}

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

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

.home-image {
  height: 94px;
  width: 94px;
}

.arrow-image {
  height: 94px;
  width: 217px;
}