html {
    overflow-y: scroll; 
    overflow-x: scroll;
    }
    
.node circle {
  cursor: pointer;
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.node text {
  font-size: 11px;
}

path.link {
  fill: none;
  stroke: #aaa;
  stroke-width: 1.5px;
}

