/* 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;
}



/* Ajuste do tamanho do logotipo no cabeçalho */
.header_logo img,
.pkp_site_name img {
    max-height: 80px;
    height: auto;
    width: auto;
}

.header_logo,
.pkp_site_name {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
