html, body {
  padding: 0;
  margin: 0;
}

svg {
  background: white;
}

.band {
  shape-rendering: crispEdges;
}