/* journalStyleSheet.css */

/* Justificar todo o texto nos parágrafos */
p {
    text-align: justify;
}

/* Justificar texto em outras seções conforme necessário */
.article-abstract, .article-content, .custom-block {
    text-align: justify;
}

