/* .grid line {
  stroke: #ccc;
  stroke-opacity: 0.7;
}

.grid .tick {
  stroke: lightgrey;
  stroke-opacity: 0.7;
  shape-rendering: crispEdges;
} */

.grid path {
  stroke-width: 0;
}

.title {
  font-weight: 600;
  fill: #414042;
}