body {
    font-family: 'Source Sans 3';
    background-color: #fffaf5;
    color: #4a3b2b;
    text-align: center;
}

h2.section-title {
    background-color: #cbb7a0;
    display: inline-block;
    color: white;
    padding: 8px 24px;
    border-radius: 25px;
    margin-top: 40px;
    font-size: 1.4rem;
}

.carousel-item img {
    max-height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.price-text {
    margin-top: 10px;
    font-size: 0.95rem;
}

.btn-custom {
    background-color: #cbb7a0;
    color: white;
    border-radius: 25px;
    padding: 10px 30px;
    border: none;
    font-size: 1.1rem;
}

.btn-custom:hover {
    background-color: #b9a28a;
}

.author-card {
    background-color: #f8f4ef;
    border: 1px solid #e5d8ca;
    border-radius: 10px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto 50px;
    text-align: left;
}

.author-img {
    width: 100px;
    border-radius: 10px;
    margin-right: 15px;
}

.author-info {
    font-size: 0.95rem;
}

a {
    color: #6b4c38;
    text-decoration: underline;
}
