﻿body {
    /*    background-image: url('../images/fondo2.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/

    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url('../images/fondo2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content {
    text-align: center;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8); /* Fondo semitransparente para facilitar la lectura del contenido */
}
