body::after {
    content: "";
    background-image: url(../imagem/prfaz_background.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: top;
    opacity: 0.05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

h2, h3 {
    color: #3c404d;
    text-align: center; /* Alinha os cabeçalhos ao centro por padrão */
}

.lead, p, ul, li {
    color: #6c757d;
    text-align: center; /* Alinha o texto ao centro por padrão */
    display: block;
}

ul {
    padding-left: 20px; /* Indenta as listas para melhor visualização */
}

a {
    color: #007bff;
    text-decoration: none;
    text-align: center; /* Alinha links ao centro por padrão */
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Responsividade */
@media (max-width: 768px) {
    h2, h3, p, ul, li {
        text-align: center !important; /* Mantém o texto centralizado em dispositivos móveis */
    }
}

/* Estilo específico para páginas com alinhamento à esquerda */
.left-align {
    text-align: left !important;
}

.left-align h2, .left-align h3, .left-align p, .left-align ul, .left-align li, .left-align a {
    text-align: left !important;
}
