/*sitefinal4.css*/
  header {
		background-color: gold;
		border: solid 2px black;
	}
	body {
	background: url('https://images.unsplash.com/photo-1516156008625-3a9d6067fab5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 18pt;
}
 h5 {
 	 text-align: center;
 	 font-size: 45pt;
 	 color: red; 
 	 font-family: serif;

 }
 section {
 	color: black;
 	text-align: center;
 	padding-top: 1rem;
 	font-weight: bold;
 	background-color: gold;
 }