body {
  background: #1c1c1c;
  margin: 0;
  padding: 0;
}

#svgWrapper {
  width: 400px;
  height: 400px;
}

svg {
  display: block;
  position: relative;
  margin: 50px;
  border: 10px solid #88ce02;
  width: 200px;
  height: 200px;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffd1fe;
  position: relative;
  margin: 5px;
  cursor: pointer;
}

.circleHolder {
  position: absolute;
  width: 30px;
  height: 400px;
  z-index: 200;
  background: #ce4c9c;
}

button {
  padding: 10px;
  background: #ffcc32;
  border-radius: 12px;
  color: darkblue;
  font-weight: 400;
}
