body
{
	background-color: white;
	font-size: 13px;
	font-family: fantasy;
}
h1
{
   background-color: teal;
   font-style: cursive;	
   text-align: center;
   border-radius: 12px;
}
form
{
	background-color: darkred;
	border-radius: 12px;
	font-style: cursive;
	text-align: center;
}