body {
  font-family: "Poppins";
}

.book-card {
    background: #00AEEF;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.cover-img {
    width: 30%;
    transform: rotate(20deg);
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 1em;
}
/*.book-card img {*/
    
/*}*/
.book-card h3 {
    font-weight: bold;
}
.btn-custom {
    background: #f9b602;
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    margin: 0px;
    border-radius: 3px;
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.btn-custom:hover {
    color: #23527c;
}

@media only screen and (max-width: 768px) { 
    .container {
       width: 100% !important;
     }
  }