.bodyIndex {
  background-image: url("../images/BookshelfBackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #cccccc;
}

.Dream {
    font-family: Brush Script MT, cursive;
    font-size: 42px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 26.4px;
    background-color: #A6A6A6;
    width: 37%;
    padding: 15px 20px;
    position: absolute;
    transform: skew(0deg, -10deg);
    top:60px;
}
.NoLink {
  text-decoration: none;
  color: inherit;
}
.Author {
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
    font-size: 60px;
    font-style: normal; 
    font-variant: normal;
    font-weight: 100;
    color:#46B1E1;
    position: absolute;
    top: 280px;
    left: 100px;   
}
.Author2 {

  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  font-size: 24px;
  font-style: normal; 
  font-variant: normal;
  font-weight: 600;
  color:#C1E5F5;
  position: absolute;
  top: 340px;
  left: 50px;   
}
.TargetHouse {
  background-color: #262626;
  position: absolute;
  padding: 15px;
  width: 205px;
  height: 287px;
  top: 400px;
  text-align: center;
  vertical-align: middle;
  transform: rotate(-0.025turn);
  left: 200px;
}
.TheBook {
  background-color: #AEAEAE;
  position: absolute;
  padding: 15px;
  width: 203px;
  height: 260px;
  top: 415px;
  text-align: center;
  vertical-align: middle;
  transform: rotate(0.030turn);
  left: 600px;
}
.SeperateJourneys {
  background-color: #084F6A;
  position: absolute;
  padding: 15px;
  width: 270px;
  height: 230px;
  top: 415px;
  text-align: center;
  vertical-align: middle;
  transform: rotate(-0.015turn);
  left: 1000px;
}
.WhatsOnYour {
  font-family: Calibri, sans-serif;
  position: absolute;
  font-size: 30px;
  color: #ffffff;
  right:120px;
  bottom:10px;
  font-style: italic;
}
.NHSDiv1 {
  position: absolute;
  top: 50px;
  width: 1000px;
  height: 550px;
  background-color: #B4E5A2;
}
.NHSDiv2 {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  font-size: 44px;
  padding-left: 20px;
  position: absolute;
  width: 940px;
  height: 690px;
  background-color: #156082;
  margin:30px;
  color: #F2AA84;
}
.NHSDiv3 {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
  font-size: 26px;
  padding: 20px;
  position: absolute;
  width: 870px;
  height: 500px;
  background-color: #ffffff;
  margin:30px 0px;;
  color: #000000;
  top: 60px;
  left: 30px;
  text-align: justify;
}