body {
    background-color: #f8f9fa;
    background-image: url(../img/fundostavale.jpg);
}

.bg-dark {
    background-image: radial-gradient(#fff 0.5%, #000 20%);
}

/* Leitura confortável */
.chapter-content p {
    text-align: justify;
    line-height: 1.7;
}

.content {
    background: #ffffff;
    border-radius: 8px;
}

p {
    text-align: justify;
}

/* Links longos */
a {
    word-break: break-word;
}

/* Mobile */
@media (max-width: 576px) {
    .chapter-content p,
    .chapter-content li {
        font-size: 0.95rem;
    }
    a {
    word-break: break-word;
    }
}


