body {
    background-image: url('BW.jpg'); /* Replace with the correct image path */
    background-size: cover; /* Ensure the image covers the entire background */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-attachment: fixed; /* Keep the background fixed when scrolling */
}
