path.link {
    fill: none;
  }
  
  circle {
    stroke: #fff;
    stroke: black;
    stroke-width: 1.5px;
  }
  
  text {
    fill: #000;
    font: 10px sans-serif;
    pointer-events: none;
  }