.painel{
    display: flex;
    justify-content: space-between;
}
.titulo{
    display: flex;
    align-items: stretch;
}
.estatic{
    display: flex;
    justify-content: flex-start;
}
.pesquisa{
    display: flex;
    justify-content: space-between;
}
body{
    /* background: black; */
}