body{
    margin: 0;
    min-height: 100vh;
    /* background-image: url('/static/img/index-fondo.jpeg'); */
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../img/Inicio5.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}