/* background.css */
body {
    background-image: url('sandston5.jpg'); /* Update with the path to your image */
    background-size: cover; /* Adjust based on your preference */
    background-position: center;
    background-repeat: no-repeat;
}

