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