html{
 background-image:
   url(https://projects.codecraftworks.com/web/xpkHjEH6R3pt1F8sAVoo/assets/B.jpg);
  background-position:top;
  background-size: cover;
  background-repeat: no-repeat;
}
#title-box{
  height: 8rem;
  left: 0;
  width: 75vw;
  padding: 1em;
  padding-top: .8rem;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 1;
  
}

#title-box h1{
 font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.content{
  background-color: #DFAC22;
  color: black;
  height: 25rem;
  margin: 5vh 10vw;
  padding: .9rem;
  position: relative;
  overflow: hidden;
  top: 15.5em;}
}

.bookTitle
{
  width: 31vw;
  height: 45vh;
  background-color: #DFAC22;
  display: inline-block;
  font-family: 'arial';
  font-size: 15px;
  position: relative;
  padding-top: .8rem;
}

.image
{
  height: 20rem;
  width: 18rem;
}
