.segmentMarker{
  background-color: black;

  width: 28px;
  height: 28px;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 1;
  color: white;
  font-size: 1em;
  font-weight: bolder;
  cursor: pointer;
}

.outerSegmentmarker{
  width: fit-content;
  height: fit-content;
  /* transform: translate(-50%, -50%); */
}

.segmentmarkerInnerElement{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}