/*Banner.css*/
#banner {
	background-color:darkblue;
	text-align: center;
}
header {
	background-image: url(fireworks.jpg);
	background-repeat:no-repeat; /* Do not repeat the image */
	color: red;
	background-size: cover; 
}
#banner h1 {
	color: blue;
}
#banner h2.author {
	color: black;
}
#banner p.homepage {
	background-color:white;
}
