.circlex {
	border-radius: 50%;
	width: 200px;
	height: 200px; 
	/* width and height can be anything, as long as they're equal */
}

.circle {
	background: #938005;
	border-radius: 50%;
	color: black;
	display: inline-block;
	height: 140px;
	font-weight: bold;
	font-size: 5em;
	width: 140px;
	margin: 0 auto;
  }
  
  .circle span {
	display: table-cell;
	vertical-align: middle;
	height: 140px;
	width: 140px;
	text-align: center;
	padding: 0 15px;
  }