.circle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: 8px 0 0 -18px;
  background: #02ADF7 ;
  border-radius: 80%;
  backface-visibility: hidden;
  opacity: 0.5;
}