body{
	background-color: yellow;
}

h1{
 font-family: arial;
 font-size: 26;
 color: white;
 text-align: center;

 
 }
 h2{
	font-family:stencil;
	font-size:26;
	color: blue;
	text-align:left;
	text-shadow:2px 3px 20px green;
	
	}

 