body {
    background-image: url('bg.jpeg'); /* Relative path to your image */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
