html, body {
  margin: 0;
  height: 100%;
  background: #000;
}

svg {
  height: 100vmin;
  left: calc(50% - 50vmin);
  position: absolute;
  width: 100vmin;
}

path {
  vector-effect: non-scaling-stroke;
  stroke-width: 1px;
}
