/* Updated style.css */
body {
    margin: 0;
    padding: 0;
    min-height: 100vh; /* Ensures the body has height to show the image */
    background-image: url("img/black_water_ripple_0_1.jpg"); /* Removed leading slash */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
