/* <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name */

body {
      font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /*position: relative; 
  width: 100%;
  min-height: 400px;
  overflow: hidden;*/

}

.container{
    overflow: hidden;
}

.bloom{
    /* Removes the image from normal document flow */
  position: absolute; 
  top: 80px;
  left: 800px;
  width: 630px;
  height: 720px;
  margin: 0;
  padding: 0;

}



.Menu {
    background-color: #f6f6e9;
    border: 4px dashed black;
    width: 226px;
    height: 605px;
    left:210px;
    top: 38px;
    place-items: center;
    position: absolute;
 } 

li{
   list-style : none;
   text-align: center;
   line-height: 2;
   margin-left: -40px;


 }

 li a{
 color: gray;
       
 background:
    linear-gradient(
      to right,
      rgba(100, 200, 200, 1),
      rgba(100, 200, 200, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
    background-size: 100% 3px, 0 3px;
     background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat; 
 }
 li a:hover {
        background-size: 0 3px, 100% 3px;

            
        }


 .Menu img{
    display: block;       /* Converts inline image to block level */
    margin-left: auto;    /* Spacers out left side evenly */
    margin-right: auto; 
    margin-top: 20px;  
 }


 .content {
    background-color: #f6f6e9;
    border: 4px dashed black;
    width: 700px;
    height: 720px;
    left: 480px;
    top: 38px;
    position: absolute;
    color: #ff00aa;
    place-items: center;
    line-height: 15px;
 }


.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /*grid-template-rows: repeat(5, 1fr);*/
    gap: 8px;
    padding: 10px;
    margin-left: 30px;

  
   
}



.parent div {
 background-color: white;
 border:  2px solid  black;
 padding: 10px;
 width: 300px;
 height: 150px;
 text-align: center;
line-height:15px;
font-size: 17px;


}
    


.div3 {
    grid-row-start: 2;
}

.div4 {
    grid-row-start: 2;
}

.div5 {
    grid-row-start: 3;
}

.div6 {
    grid-row-start: 3;
}

.pageCover{
  width: 90px;
  height: auto;
  float: left;

}

.bookButton {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
   /*margin-left: 180px;*/
   margin-top: -5px;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.bookButton:hover,
.bookButton:focus {
  background-color: #F082AC;
}

.bookReviewblock{
  height:700px;
}

.checked {
  color: orange;
}