#shiva
{
  width: 100px;
	height: 100px;
	background: #fb246a;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  margin:5px auto;
  
}
#shiva span.counter-value{
  line-height: 100px;
  color:white;
  margin:0px auto;
  font-size:25px;
  
}

.cn{
  line-height: 100px;
  color:white;
  margin:0px auto;
  font-size:25px;
  
}
.facts{
	text-align:center;
	
}