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

body {
	
	background-color: cadetblue;
}
header {
	background-color: darkslateblue; 
	color: blueviolet;
	font-family: "Cooper Black";
	text-align: center;
	text-transform: uppercase;
	font-size: 64px
	}
nav {
	font-family: "Cooper Black";
	text-align: center;
	font-size: 24px;

	}

p {
	color:blueviolet;
	font-family: "Cooper Black";
	margin-left: auto;
	font-size: 24px;
	line-height: 24px
	
}

h1, h2, h3 {
	font-family: "Cooper Black";
	color:blueviolet;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	
	
}

li {
	font-family: "Cooper Black";
	text-align: center;
	color: blueviolet;
	text-transform: uppercase;
	line-height: inherit;
	margin-bottom: auto;
}
footer {
	text-align: center;
	font-family: "Cooper Black";
	color: blueviolet;
	
}
.feature {
	color:aqua;
	font-family: "Cooper Black";
	
}



