#banner  {
background-color:yellow;
text-align: center;
}
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 */
}
#banner h1 {
color: red;
}
#banner h2.author {
color: red;
}
#banner p.homepage {
background-color:blue;
}