body {
    background-image: url('../img/amarrillo.gif');
    background-size: cover; /* You can use 'contain' or other values based on your preference */
    background-repeat: no-repeat;
    background-attachment: fixed; /* This keeps the background fixed when scrolling */
}