#banner  {
  background-color: yellow;
  text-align: center;
}

header  {
  background-image: url(bannerBackground.png);
  background-repeat: no-repeat;
  background-size: cover; /* Fill the container */
  color: lightblue;
}

#banner h1 {
  color: red;
}

#banner h2.author {
  color: red;
}

#banner p.homepage {
  background-color: blue;
}
