

.titulo{
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.titulo h1{
    font-family: 'Playfair Display', cursive;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #c90808;

    margin-bottom: 0;
    font-size: 50px;
    z-index: 2;
}

.titulo h2, .titulo h3{
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
    text-shadow: 5px 5px 20px rgba(184, 27, 27, 0.84);
    z-index: 2;
}

.titulo img{
    max-width: 200px;
    z-index: 2;
}