header {
    background-image: url(bannerBackground.png);
    background-repeat:no-repeat; /* Do not repeat the image */
    color: lightblue;
    background-size: cover; /*Resize the background image to cover the entire container */    
    }