@charset "utf-8";
/* CSS Document */

body {
	background-color: lightcoral;
}

h1 {
	background-color: crimson;
	color:black;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
		}
h2 {
	background-color: crimson;
	font-size: 24px;
	color:black;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	}
h3 {
	font-size: 24px;
	color: black;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
p {
	font-size: 16px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-left: 25px;
	line-height: 30px;
	
}
li {
	margin-bottom: 15px;
}
footer {
	text-align: center;
}
.feature {
	color: blue;
}
h1, h2, h3 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";}
nav {
	font-weight: bold;
	text-align:center;
}