.centrado {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 80vw;
}
