/* Define o estilo para os H2 e H3 como negrito, tamanho de fonte 16px e alinhamento justificado */
h2, h3 {
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
}

/* Remove o negrito das demais estruturas de texto, define o tamanho de fonte 16px e alinhamento justificado */
p, ul, ol, li, span, div {
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
}

