.titulo_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.titulo_center .titulo {
    text-align: center;
}

