.circle {
	position: absolute;
  border: solid 1px #ccc;
	width: 60px;
	height: 60px;
  border-radius: 50%;
}
