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

.content {
  margin: 0 auto;
  border-top: 30px solid grey;
}

h1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  margin: 100px 0px 0px 20px;
  color:  #191970;
  buffer: 20px;
}

h2 {
  text-align: center;
  font-size: 30px;
  /*font-weight: bold;*/
  margin: 80px 0px 10px 50px;
  color: #999;
}

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

.chapter-image {
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 200px;
}

.storyboard {
  text-align: center;
}

.storyboard-image {
  width: 60%;
  margin-right: auto;
  margin-left: 40px;
  margin-top: 30px;
  margin-bottom: 60px;
}



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

p {
  font-size: 24px;
  line-height: 30px;
  margin-top: 50px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 500px;
}