<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#banner { 
 background-color:cyan; 
}
header { 
 background-image: url(aviating.jfif);
 /*the image did not work out how I wanted, but the banner still looks cooler than I expected*/
 color: red; 
} 
h2.author{ 
 color: darkviolet; 
 background-color:red;
} 
</pre></body></html>