.books-row {
    margin-bottom: 1.5rem;
}
.clear-both {
    clear: both;
}
/* Custom color overrides */
a,
.buy-link {
    color: #538cfa;
    text-decoration: underline;
    transition: color 0.2s;
}
a:hover,
.buy-link:hover {
    color: #3a6ac2;
}
.btn-primary {
    background-color: #538cfa;
    border-color: #538cfa;
    color: #fff;
    transition: background 0.2s, border 0.2s;
}
.btn-primary:hover {
    background-color: #3a6ac2;
    border-color: #3a6ac2;
}
/* Custom styles moved from index.html */
.books-header {
    margin-bottom: 0.5rem;
}
.book-cover {
    width: 75%;
    height: auto;
    display: block;
    margin: auto;
}
.buy-link-container {
    margin-top: 10px;
}
.buy-link {
    color: #fff;
    text-decoration: underline;
    font-size: 1.2em;
}
.about-content {
    max-width: 700px;
    margin: auto;
    text-align: left;
}
.about-photo {
    width: 220px;
    margin: 0 24px 16px 0;
    float: left;
    border-radius: 8px;
}
.about-text {
    color: #222;
    font-size: 1.1em;
    text-align: left;
}