 .hero {
    background-image: url("fondiño.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 100vh;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}