@charset "utf-8";
/* CSS Document */

h1 { 
	font-family: arial; 
	font-size: 24px; 
	color: cornsilk; 
	background-color: mediumaquamarine; 
	text-align: center; 
	opacity: 0.8;
}
main {
  	font-family: verdana;
  	font-size: 40px;
	text-align: center; 
}