body {
  background: #111;
}
svg {
  stroke: rgb(255, 255, 255);
  stroke-width: 1;
  transform: scale(15);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
