main{
    width: 100%;
    height: 100vh;

   
   background-image: url(../images/bookwater.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: right;
    /*background-position:center;
    color: #FFF;
   display: flex;
   /* justify-content: center;
   /* align-items: center;*
    */

}
.main-intro{
    position: relative;left: 80px;top: 200px;
}
.header-main-nav{
  li {
    display: inline;
    color: #FFF;
  }
  
}
.main-intro{
  align-items: center;
  margin-left: 10px;
  color: #FFF;
}
.main-intro h1{
  font-size: 80px;
  color: #FFF;
  
}
.header-main p{
    padding-top: 10px;
}


body{
  background-color: rgb(230, 188, 172);
  
}
.header-main{
  width: 100%;
  height: 70px;
  background-color:rgb(132, 213, 189);
  display: flex;
  

  
}
.header-main-nav{
  display: flex;
  

}

.signform{
background-color: rgb(132, 213, 189);
width: 50%;
height: 50vh;
margin-left: 350px;
 border-radius: 20px;
 padding: 40px;
 margin-bottom: 60px;
}
.signform h3{
  font-size: 30px;
  margin-left: 300px;
}
.form{
    width: 90%;
    max-width: 600px;
}
 button{
    text-align: center;
    padding: 10px;
    margin-top: 110px;
    border: 1px solid #d699b9;
    width: 100%;
    cursor: pointer;
}
.input-group, input{
    padding-bottom: 5px;
    width: 100%;
    padding: 5px;


}
label{
  padding-bottom: 5px;
}
footer{
  background-color:rgb(132, 213, 189) ;
  display: flex;
  height: 30vh;
  padding-top: 80px;
  width: 100%;
  justify-content: space-between;
}
.genre{
  color: #FFF;
  font-size: 20px;
  padding-left: 20px;
  width: 40%;
  background-color: #dc958f;
  padding-bottom: 10px;
  margin-left: 50px;
  margin-bottom: 80px;
  border-radius: 10px;
}