html, body
{
	width:100%;
	height:100%;
    background-color:#F6FEFF;
}

p {
	color: green;
}

div {
	background-color: #EEEEEE;
	font-family: "Arial Black";
	margin: auto;
	padding: 25px;
	color:#333333;
	font-size:20px;
}

@-webkit-keyframes myfirst 
{

	from {background:red;}
	to {background:yellow;}
}

@-webkit-keyframes growBox {
	
	from {rotation:0deg;}
	to {rotation:200deg;}
  

}