@font-face{
   
    src: url('../font/Cairo-VariableFont_slnt,wght.ttf') ;
    font-family: 'Cairo';
 
 }
 *{
    font-family: 'Cairo',sans-serif;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    
 }
body{
    background-color:#f9f9f9;
}
.banar{
    background-color: rgb(79, 99, 225);
    height: 60vh;
    position: relative;
  
    background-size:cover;
    background-position:center;
    text-align:center;
}

.books{
    margin:50px 0; 
}
.banar .lib-info{
    padding-top: 140px;
    margin: auto;

}
.card{
    margin-bottom:30px;
}
.banar .lib-info h2{
    font-size: 65px;
    font-weight: bold;
    

}
.card-text{
    line-height:30px;
}
.custom-btn{
    padding:10px;
    border:1px solid #555;
    outline:none;
    width: 100%;
}
.custom-btn a{
color:#555;
font-size:18px;
text-decoration:none;
}
.book-cover{
    overflow: hidden;

}
.book-cover img{
    width: 100%;
}
.book-content a{
    color:#555;
    text-decoration:none;
}
.book-content {
    margin-top: 30px;
}
.statistic{
    
    background:#fff;
    border:1px solid #eee;
    padding:20px;
}
.content .statistics{
    margin-top:30px;
    margin-bottom:30px;
    
}