html, body {
  margin: 0;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

path {
  stroke:rgb(255, 255, 255);
  stroke-width: 3.5px;
}

body {
  background-color: rgb(230,230,230);
}

.flex-container {
  display: flex;
}

h2 {
  color: #55007f;
  font-family: verdana;
  font-size: 100%;
}

.node {
  fill: steelblue;
  stroke: none;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 5px;
}
