body{
    margin: 0;
    width: 1280px;
    height: 1400px;
    background-color: rgb(255, 248, 245);

    
}

p{
    margin: 0;
}

.container{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 248, 245);
    /* color: black; */
    width: 1280px;
    height: 50px;
    font-size: 30px;
    position:relative;
    border-bottom: 1px grey solid;
    align-items: center;
    justify-content: space-between;

}

.header{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 248, 245);
    color: black;
    width: 1280px;
    height: 50px;
    font-size: 30px;
    position:fixed;
    border-bottom: 1px grey solid;
    align-items: center;
    justify-content: space-between;
      z-index: 1000;

}

.itemone{
    display: flex;
    flex-wrap: wrap;
    font: 30px;
    margin-left: 35px;
}

.item{
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
}

.itemsearch{
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    border: rgb(163, 163, 163) solid 1px;
    background-color:rgb(255, 254, 251);
    margin-right: 50px;
    border-radius: 20px;
    color: rgb(126, 126, 126);
}

.magnifier{
    display: block;
    margin-top: 7px;
    margin-right: 5px;
}

main{
    display:flex;
    margin-left: 0px;
    margin-right:0px;
}

.left{
    width: 350px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-top: 12px;
    /* outline: dotted red 1px; */
    font-family: Arial, Helvetica, sans-serif;
    align-items: flex-start;

}


.middle{
    width: 500px;
    float: left;
    margin-right: 20px;
    margin-top: 12px;
    outline: dotted grey 1px;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.right{
    /* outline: dotted red 1px; */
    width: 350px;
    float: left;
    margin-right: 40px;
    margin-top: 12px;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
}

.reccomendation{
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    padding-bottom: 30px;
}

.bookimage{
    display:flex;
    position: relative;

}

.hoverbook{
    position: relative;
    display: inline-block;
}

.hoverbook img{
    display:block;
}

.hoverimg{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition: opacity 0.3s ease;
}

.hoverbook:hover .hoverimg{
    opacity:1;
}

.booktitle{
    font-size: 17px;
    font-family:'Times New Roman', Times, serif;
    position:revert;
    margin-left: 12px;
    display: block;
    flex-wrap: wrap;
    /* border: red dotted 1px; */
    height: 30px;

}

.rightfooter{
    background-color:rgb(239, 239, 239);
    font-size: 15px;
    height: 500px;
    color: black;
    display: flex;
    /* flex-direction: column; */
    
}

.footer1{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer2{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.review{
    background-color: white;
    border: rgb(219, 219, 219) 2px solid;
    width: 497px;
    height: 200px;
    font-size: 20px;
}

.comment{
    font-size: 15px;
    margin-left: 0;
    background-color:rgb(218, 218, 218);
    height: 30px;
    display: flex;
    align-items: center;

}

.writea{
    margin-left: 7px;
    background-color: white;
    border-radius: 10px;
    height: 20px;
    font-size: 10px;
    /* border: red dotted 1px; */
    display: flex;
    align-items: center;
    
}

/* below is for films */

#goodreadsbutton {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    background-color:rgb(255, 248, 245);
    border-color: rgb(255, 248, 245);
    padding: 6px;
    border: none;
}

#button{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    background-color:rgb(255, 248, 245);
    border-color: rgb(255, 248, 245);
    padding: 6px;
    border: none;
}

.containerfilm{
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(255, 248, 245, 0.911);
    color: black;
    width: 1280px;
    height: 50px;
    font-size: 30px;
    position:relative;
    border-bottom: 1px grey solid;
    align-items: center;
    justify-content: space-between;
}

.middlefilm{
    width: 500px;
    float: left;
    height: 1400px;
    margin-right: 20px;
    margin-top: 12px;
    outline: dotted grey 1px;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    overflow: hidden;
    overflow-y: scroll;
}

#action{
    margin-left: 250px;
}

.reviewfilm{
    background-color: white;
    border: rgb(219, 219, 219) 2px solid;
    width: 400px;
    height: 250px;
    margin-left: 50px;
    font-size: 20px;
    overflow: hidden;
    margin-bottom: 20px;

}

/* below is for myfilm */

#goodreadsbutton {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    background-color:rgb(255, 248, 245);
    border-color: rgb(255, 248, 245);
    padding: 6px;
    border: none;
}

#button{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    background-color:rgb(255, 248, 245);
    border-color: rgb(255, 248, 245);
    padding: 6px;
    border: none;
}

.containermyfilm{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 248, 245);
    /* color: black; */
    width: 1280px;
    height: 50px;
    font-size: 30px;
    position:relative;
    border-bottom: 1px grey solid;
    align-items: center;
    justify-content: space-between;
}

#myfilmlabel{
    margin-top: 53px;
}

.leftmyfilm{
    width: 400px;
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    /* outline: dotted red 1px; */
    font-family: Arial, Helvetica, sans-serif;
    align-items: flex-start;
    flex-direction: column;

}

.middlemyfilm{
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:  rgb(255, 248, 245);
    /* position:relative; */
    display:flex;
    flex-direction: column;
    margin-left: 50px;
    margin-top: 12px;
    
}

.rightmyfilm{
    /* outline: dotted red 1px; */
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
}

.bookimagemyfilmleft{
    display:flex
    
}

/* movie html */

#bodymovie{
    max-height: 620px;
    margin: 0
}

.leftmovie{
    width: 600px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-top: 70px;
    /* outline: dotted red 1px; */
    font-family: Arial, Helvetica, sans-serif;
    align-items: flex-start;

}

.containermovie{
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(255, 248, 245, 0.911);
    color: black;
    width: 1280px;
    height: 50px;
    font-size: 30px;
    position:relative;
    border-bottom: 1px grey solid;
    align-items: center;
    justify-content: space-between;

}

.middlemovie{
    width: 520px;
    float: left;
    height: 620px;
    margin-top: 12px;
    outline: dotted grey 1px;
    margin-left: 115px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    overflow: hidden;
    overflow-y: scroll;
    justify-content:right
    
}

.bookimagemovie{
    display:flex

}

.booktitlemovie{
    font-size: 40px;
    font-family:'Times New Roman', Times, serif;
    position: revert;
    margin-left: 12px;
    display: block;
    flex-wrap: wrap;
    /* border: red dotted 1px; */
    height: 30px;

}

#actionmovie{
    margin-left: 150px;
}


#moviequote{
    margin-left: 5px;
}


.starrating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 70px;
  cursor: pointer;
  margin-top: 0px;

}

.star {
  color: lightgray;
  transition: color 0.2s;
}

.star:hover,
.star:hover ~ .star {
  color: gold;
}

.reviewmovie{
    background-color: rgb(211, 211, 211);
    padding: 5px;
    width: 900px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.movrev{
    background-color: white;
    padding: 20px;
    font-size: 20px;
}
