body {
        background-image: url('image001.jpg'); /* Replace with your image path */
        background-repeat: no-repeat; /* Prevents image from repeating */
        background-size: cover; /* Ensures image covers the entire element */
        background-position: center center; /* Centers the image */
        background-attachment: fixed; /* Keeps the background image fixed during scrolling */
    }