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

body{
	background-color: #16C2E9;
	
}

 h1{
	background-color: #165b62;
                  color: #fed25a;
                  font-family: ‘Bubblegum Sans’, cursive;
                  font-size: 34px;
                  text-transform: uppercase;
                  text-align: center;
	}
h2{
	background-color: #D02AE1;
	color: #fed25a;
	font-size: 25px;
	font-family: ‘Bubblegum Sans’, cursive

}
h3{
	font-size: 16px;
	color: #A7C2E0;
	font-family: 'Roboto', sans-serif;
	
}
	
p{ 
font-size: 16px;
font-family: Arial, sans-serif;
margin-left: 20px;
line-height:1.5;
}
li{
	margin-bottom: 10px;
}
footer{
	text-align: center;
}

.feature{
	color: #A31E20;
	
}
nav p{
	font-weight: bold;
	text-align: center;
	
}
h1,h2,h3{
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, 
		"serif";
}
h1{
	background-color: #EF21DB;
	color: #EEE1ED;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	
}
h2{
	background-color: #EF21DB;
	color:#EEE1ED;
	font-size: 20px;
	
}
	
	
	
	
	
	


