.custom-header{
    background-color: #000 !important;
}

.text-header{
    color: white !important;
}



.paddingModal{
    padding: 1rem;
}

.listar{
    font-size: large;
    font-weight: 800;
}
.ui.three.item.menu .item {
    background-color: black; /* Define o fundo preto */
    color: white; /* Define o texto branco */
}

.ui.three.item.menu .item:hover {
    background-color: #333; /* Muda o fundo para um preto mais claro ao passar o mouse */
    color: white; /* Mantém o texto branco */
}

.ui.three.item.menu .item.active {
    background-color: #444; /* Fundo preto mais claro para o item ativo */
    color: white; /* Mantém o texto branco */
}
.ui.three.item.menu .item {
    background-color: black;
    color: white;
    text-align: center;
}

.ui.three.item.menu .item:hover {
    background-color: #333;
    color: white;
}

.ui.three.item.menu .item.active {
    background-color: #444;
    color: white;
}

.ui.three.item.menu {
    display: flex;
    justify-content: center;
}

.ui.grid.centered {
    justify-content: center;
}
