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

svg path {
  shape-rendering: crispEdges;
}