.estiloCabecalho{
    font-size: 25px;
    background-color: #0000FF;
    color: #FFFFFF;
}

.estiloTexto{
       text-align:  justify;
       font-size: 25px;
       font-style: bold;
}
.estiloTabela{
    border: 2px;
    background-color: #0000FF;
    color: #FFFFFF;
    font-size: 21px;
    text-align: center;
}
.estiloTd{
    display: flex;
    justify-content: center;
}