/* Establecer la imagen de fondo */
body {
    background-image: url('bkgrd.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
