head {
	background-color: #248f3e;
}
header {
	background-color: #000000;
	text-decoration: underline dotted yellow;
	}
	
body {
	color: #ffffff;
	background-image: url(cloverfieldlane.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	}
p {
	text-align: center;
	
}
h2 {
	font-size: 30px;   
	font-family: georgia;   
	font-weight: bold;   
	text-align: center;
	text-decoration: underline dotted orange;
}
	
h3 {
	text-align: center;
}
