body {
    background-image: url("images/home-bg.jpg"); /* The image used */
    background-color: #000; /* Used if the image is unavailable */
    background-size: auto;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #fff;
}