.chaptitle {
  min-height: 100vh;
  font-family: 'Trajan Pro 3';
  font-size: 8vw;
  padding-top: -20px;
  margin-top: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 8vw;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
}

.chaptertitle2 {
  font-size: 8vw;
  min-height: 20vh!important;
  margin-top: 0;
}

