@charset "utf-8";
/* CSS Document */
body {background-color: darkorange;	
}
h1 {color: azure;
	align-self:auto;
	text-align: center;
}
p {
	color: darkolivegreen;
	align-self: center;
	text-align: center;
	font-family: Constantia;
	font-size: 25px
		
}
