@CHARSET "UTF-8";

#item {
	height:200px;
	background-image:url(../images/circle.svg);
	background-size:200px 200px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 5em;
	color: #333;
	line-height: 200px;
}