.book-preview {
    text-align: center;
    padding: 10px;
}

.book-preview h3 {
    margin-bottom: 5px;
}

.book-preview a {
    color: #e663bf;
    text-decoration: none;
}

.book-preview a:hover {
    text-decoration: underline;
}

.book-preview p {
    font-size: 18px;
    font-weight: bold;
    color: #c92eba;
    margin-bottom: 10px;
}