h0 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
    }

story {
color: rgb(0, 0, 0);
position: absolute;

right: 0px;
left: 0px;
top: 150px;
/*}

writing{*/
  position: absolute;
  background-color: #b270d6; 
  padding: 20px 50px;
 width: 50px;
 font-size: 20px;
 text-align: center;
  inline-size: 700px;
font: arial;
font-weight: normal;
margin: auto;
}


WelcomeP{
   position: absolute;
color: rgb(255, 255, 255);
    font-size: 20px;
    font: arial;
    padding: 0px 5vw;
font-family: 'Quicksand', sans-serif;
}

button.prevpage {
background: none;
			border: none;
      position: absolute;
left: -22px;
font-size: 40px;
padding: 20px;
width: 50px;
text-align: center;
bottom: -150px;
}

button.nextpage {
background: none;
			border: none;
      position: absolute;
right: 50px;
font-size: 40px;
text-align: center;
padding: 20px;
width: 50px;
bottom: -150px;
}




button.prevpage a{
color: aqua;
}
button.nextpage a{
color: aqua;
}







.dropbtn {
    background-color: none;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 80px;
}


.chapterSelect {
 display: inline-block;
  top: inherit;
  right: inherit;
}


.chapterSelect-content {
  display: none;
  position: absolute;
  background-color: #000000;
  overflow: auto;
  width: 100px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
 top: 60px;
  right: 60px;
  }


  .chapterSelect-content a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
  padding: 2px 5px;
top: 60px;
  right: 60px;
}






.socialbtn {
    background-color: none;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 240px;
}


.socialSelect {
 display: inline-block;
  top: inherit;
  right: inherit;
}


.socialSelect-content {
  display: none;
  position: absolute;
  background-color: #000000;
  overflow: auto;
  width: 100px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
 top: 60px;
  right: 220px;
  }


  .socialSelect-content a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
  padding: 2px 5px;
top: 60px;
  right: 220px;
}





  /* Change color of dropdown links on hover */
.chapterSelect-content a:hover {background-color: rgb(56, 56, 56); text-decoration: underline;}

/* Show the dropdown menu on hover */
.chapterSelect:hover .chapterSelect-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.chapterSelect:hover .dropbtn {text-decoration: underline;  padding-bottom: 17px;}




 /* Change color of dropdown links on hover */
.socialSelect-content a:hover {background-color: rgb(56, 56, 56); text-decoration: underline;}

/* Show the dropdown menu on hover */
.socialSelect:hover .socialSelect-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.socialSelect:hover .socialbtn {text-decoration: underline;  padding-bottom: 17px;}




