h1{
	color: navy;
	text-align: center;
	background: aqua;
}
h2{
	color: green;
}
h3{
	color: blue;
}
body{
	background: white;
	color: black;
}

