#storycontent {
  z-index: 1;
}

#bookbg {
  max-width: 100%;
  padding-bottom: 50px;
}

#textcontainer {
  flex-direction: row;
  position: absolute;
  top: 30px;
  left: 75px;
  display: flex;
  max-height: 43%;
}

.leftstory {
    padding-right: 100px;
}

#story {
  max-width: 40%;
}

#storytext {
  overflow: hidden;
  max-height: 100%;
}

#pagenumleft {
  padding-top: 20px;
}

#pagenumright {
  padding-top: 20px;
  text-align: right;
}

#downloadstory {
  float: right;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  padding-right: 5px;
}

#rightcontent {
  display: flex;
  max-width: 50%;
  flex-direction: column;
  z-index: 1;
  margin: auto;
  position: relative;
  right: 0;
  top: 10%;
}

#info {
 
margin: 0;
background-size: 25%;
    
}

#infotitle {
 
 text-align: left;

}