#banner { 
 background-color:red; 
} 
header { 
 background-image: url(https://www.w3schools.com/css/img_5terre.jpg);   
 /*if this image not work, use your own image from local. */ 
  
 color: lightblue; 
} 
h2.author{ 
 color: red; 
} 