body{

    background-image: url(fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}


.img-01{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}



