@font-face {
    font-family:library ;
    src: url(dubellay.ttf);
}
body {

  font-family: library;
  font-weight: normal;
  margin: 0;
  padding: 2rem;
  background-color: rgb(42, 0, 23)
  
}


.textbox {
 background-color: antiquewhite;
 box-shadow: black 0px 5px 100px 5px;
 background-image: url(papertexture.jpg);
 padding: 10px;
}
.titlediv {
    height: 100px;
}

.bookshelf {
  padding: 40px;
  justify-content: center;
  align-items: flex-end;
  height: 250px;
  width: 1000px;
  background-image:url(shelf.png);
  background-repeat: no-repeat;
  background-size: 100% 100% ;
  border-radius: 10px;
  margin: 0 auto;
  background-color: blue;
  position: relative;
  box-shadow: 0px 10px 30px 5px navy


}
p {
    font-size: 20px
}


.book {
  width: 45px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  writing-mode: vertical-rl;
  transform: rotate(180deg); /* so text reads bottom-up like a spine */
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 5px 5px 50px rgb(44, 0, 0) ;
  transition: transform 0.2s;
  position: absolute;
}

.book:hover {
  transform: scale(1.05) rotate(180deg);
  box-shadow: 0px 0px 20px 10px rgb(24, 24, 112);
  border: solid 5px rgb(25, 25, 91);
}
.seven:hover {
    transform: scale(1.05) rotate(-5deg)
}
.eight:hover {
    transform: scale(1.05) rotate(-5deg)
}

.one {
    background-image: url(bookspines/hungergamesspine.png);
    background-size: 100%;
    height: 250px;
    color:transparent;
    left: 70px;
    bottom: 35px;
    

}
.two {
    background-image: url(bookspines/catchingfirespine.png);
    background-size: 100%;
    height: 250px;
    color:transparent;
    left: 120px;
     bottom: 35px;

}
.three {
    background-image: url(bookspines/mockingjayspine.png);
    background-size: 100%;
    height: 250px;
    color:transparent;
    left: 170px;
     bottom: 35px;

}
.four {
    background-image: url(bookspines/thestrangerspine.png);
    background-size: 100%;
    height: 230px;
    color:transparent;
    left: 218px;
     bottom: 35px;

}
.five {
    background-image: url(bookspines/liesmyteachertoldmespine.png.png);
    background-size: 100%;
    height: 220px;
    width: 30px;
    color:transparent;
    left: 265px;
     bottom: 35px;

}
.six {
    background-image: url(bookspines/nightbitchspine.png);
    background-size: 100%;
    height: 240px;
    width: 37px;
    color:transparent;
    left: 300px;
     bottom: 35px;

}
.seven {
    background-image: url(bookspines/1984spine.png);
    background-size: 100%;
    height: 230px;
    color:transparent;
    transform: rotate(-6deg);
    margin-left:11px;
    left: 340px;
     bottom: 35px;

}
.eight {
    background-image: url(bookspines/acurioushistoryofsexspine.png);
    background-size: 100%;
    height: 250px;
    width:43px;
    color:transparent;
    transform: rotate(-12deg);
    margin-left:11px;
    left: 400px;
     bottom: 35px;

}

.divider {
   
    width: 1000px;
    height: 75px;
    margin: auto;
    position: relative;


}
.dividerimg {
    position: absolute;
    width: 1200px;
    left: -100px;
    top: -30px

}
.blooddiv {
    
    width: 1000px;
    height: 75px;
    margin: auto;
    position: relative;


}
.blooddiv img {
      position: absolute;
    width: 1080px;
    left: -40px;
    top: -10px
}
.horror {
    box-shadow: 0px 10px 40px 10px rgb(52, 0, 80);
    border: 5px solid red
}
.horrorblinky {
    position: absolute;
    left: 900px;
    width: 250px;
    top: 10px;
    transform: rotate(20deg);
    border: 5px solid black;;
    box-shadow: 0px 0px 100px 10px red;



}

.blinkies-container {
    background-color: rgb(14, 0, 0);
    height: 600px;
  background-image:url(Calvin\ And\ Hobbes\ Stars\ GIF.gif);
  background-size: 100% 100%;
position: relative;
background-repeat: no-repeat;
margin-top: 200px;
border-radius: 7px;
width: 1000px;
margin: 0 auto;
box-shadow: 0px 10px 30px 5px navy

}
.blinky 
{

margin: 5px
}

.gif {
    width: 100px;
}

.edgar {
    position:absolute;
    top: 100px;
    width: 200px;


}
.goodbook {
     position:absolute;
    top: 100px;
    width: 200px;
    left: 220px
}
.romantic {
     position:absolute;
    top: 5px;
    width: 200px;
    left: 450px
}
.insomniac {
       position:absolute;
    top: 150px;
    width: 200px;
    
}
.twilight {
    width: 200px;
    position:absolute;
    top: 150px;
    left: 220px;
}

.bookstack {
    position: absolute;
    top: 10px





}
.wings {
    position:absolute;
    top: 70px;
    left: 700px;
    width: 180px
}
.bookstack {
    width: 150px;
    position: absolute;
    top: 50px;
    left: 500px
}

.nonfic {
    position: absolute;
    left: 0px;
    
}
.science {
    width: 180px;
    position: absolute;
    top: 5px;
    left: 680px;

}