.books-home{
    border-bottom: 2px dashed rgba(230, 230, 230, .3);
}

.books-home .book-header h2 {
    font-family: "Kaushan Script", cursive;
    font-weight: 300;
    font-style: normal;
    font-size:30px;
    padding-bottom:25px;
    text-align:center;
}

.book-img{
    background:white;
    padding:4px;
    border:2px dashed rgba(120, 241, 255, 0.7);
    justify-content:center;
}
.book-img img{
    height:380px;
    width:auto;
}
.book-title-text{
  padding:5px;
  text-align:center;  
}
.book-title-text h3{
    font-size:15px;
    font-family: "Cormorant Garamond", serif;
    color: black;
    font-weight: 600;
    font-style: italic;
}
.book-title-text a{
    text-decoration-line: none;
}
