.animation-area{
	width:100%;
}
.box{
	width: 100px;
	height: 100px;
	margin: 40px 0;
	border-radius:5px;
}
.green{
	background-color: green;
}
.orange{
	background-color: orange;
}
.gray{
	background-color: gray;
}