.contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

h4 {
    font-weight: 700;
}

h6 {
    font-weight: 600;
    letter-spacing: 1px;
}

figure img {
    width: 70px;
}

/*Imagenes*/
.logo {
    width: 70%;
}