*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    background-color: rgb(17 24 39);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.navimg{
    height: 340px !important;
    background-size: contain;
    background-position: center;
    width: 100%;
    font-weight: bold;
    font-size: larger;
}
.Anjali{
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
}
.right{
   padding-right: 10px !important;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
   margin: -85px;
   padding: 5px !important;
}
.logo>img{
    width: 50px;
    padding: 17px;
    
}

.book{
    margin-top: 120px;
    height: 100px;
}
.book>h1{
    margin-top: 20px;
}

.svg-an{
    cursor: pointer !important;
}

/* cards */


.containers>img{
    height: 500px;
}





