*{
    margin: 0px;
    padding: 0px;
    scroll-behavior:smooth
}
#navbar{
    /* border: 2px solid red; */
    height: 75px;
    width: 100%;
    position: fixed;
    background-color: aqua;
    display: flex;
}
#navbar ul{
    display: flex;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
     margin: 20px;
     /* border: 2px solid red; */
}

#navbar ul li{ 
    list-style: none;
    font-size: 1.3rem;
    

}
#navbar ul li a{
    color: black;

    display: block;
    padding: 3px 22px;
    border-radius: 20px;
    text-decoration: none;
}

#navbar div .btn{
    font-size: 1.1rem;
    position: relative;
    top: 12px;
    left: 520px;
    background-color: rgb(141, 221, 125);
    color: black;
    width: 170px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    height: 40px;
}

#navbar div .btn a{
    text-decoration: none;
    color: white;
}
#navbar div .btn:hover{
    background-color: black;
    color: white;
}
#navbar .formbtn {
    align-items: flex-end;
    margin: 12px 0px;
    position: relative;
     top: 10px;
    left:550px;
}
#navbar .formbtn a{
	text-decoration: none;
}
.container{
    height: 500px;
    box-shadow:5px;
    background: url(../img/slider.jpg);
    border: 5px solid rgb(59, 136, 218);

    
}
.container p{
    margin: 400px;
    font-size: 2rem;

}
.container p span{
    color: rgb(48, 48, 207);
}

.book{
    
    display: flex;
    /* border: 2px solid red; */
    flex-direction: column;
    height :650px;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
.book h1{

        text-align: center;
        margin:12px 0px;
    
   
}
.row{
    /* border: 2px solid red; */
    height: 6000px;
    width:100%;
}
.myForm{
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    justify-content: center;
    align-items: center;
    width: 100%;
   
    

}
.box{
    width: 40%;
    font-size: 16px;
    border: 2px solid rgb(226, 201, 201);
    padding: 9px;
    margin: 8px;
    outline: none;
    border-radius: 9px;
}
.formbtn{
    padding: 5px 13px;
    margin-bottom: 10px;
    margin:10px;
    font-size: 15px;
    /* border: 2px solid red; */
    border-radius: 10px;
    color: white;
    background: rgb(239, 103, 103);
    cursor: pointer;
}
.about{
    /* border: 2px solid red; */
    height: 300px;
    background-color:  #1A76D1;
    color: white;

}
.about h1{

    text-align: center;
    font-size: 1.8rem;
    color: white;
}
.us{
    /* border: 2px solid red; */
    margin: 15px;
    padding: 20px;
    width: 800px;
    text-align: center;
    position: relative;
    left: 350px;
   font-family:Arial, Helvetica, sans-serif;
}
.socialmedia{
    align-items: center;
    margin: 30px;
    /* border:2px solid red; */
    width:300px;
    justify-content: center;
    position: relative;
    left: 550px;

}
.socialmedia img{
    margin: 20px;
}
footer{
    background-color: black;
    color: white;
    padding: 9px 20px;
    font-size: 1.2rem;
    text-align: center;
}