
        body {
            font-family: Arial, sans-serif;
            background-size: cover; 
            background-repeat: no-repeat;
            color: #333;
        }

        h1 {
            color: #007bff;
        }

        .contenedor {
            width: 80%;
            align-content: center;
            margin: 0 auto;
        }

        .contenedor img {
            width: 65%;
            height: auto;
            transition: transform 0.3s ease-in-out;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .contenedor img:hover {
            transform: scale(1.1);
        }

        footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            text-align: center;
        }



    
        /* body {
            font-family: Arial, sans-serif;
            background-image: url('IMG/BACK-GROUND.jpg');
            background-size: cover; 
            background-repeat: no-repeat;
            color: #333;
        }

        h1 {
            color: #007bff;
        }

        .contenedor {
            width: 80%;
            align-content: center;
            margin: 0 auto;
        }

        .contenedor img {
            width: 65%;
            height: auto;
            transition: transform 0.3s ease-in-out;
        }

        .contenedor img:hover {
            transform: scale(1.1);
        }

        footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            text-align: center;
        }

        footer img {
            width: 100%;
            height: auto;
        } */
 