/*------------------Chapter 1 Sections---------------*/
#eight {
  max-width: 300px;
}

#nine {
  max-width: 450px;
}

#ten {
    margin-top: 50px;
}

#eleven {
    max-width: 80%;
}

#twelve {
    max-width: 400px;
}

#thirteen {
    margin-top: 140px;
}

#fourteen {
  max-width: 100%;
  margin-bottom: -5px;
}

#fifteen {
  background-color: #E3BC77;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 7em;
  margin-bottom: -280px;
}

#inner {
  padding: 1em;
}

#sixteen {

}