body {
  background: #000;
}

.star {
  fill: white;
  stroke-width: 0.5px;
  stroke: #000;
}

.stroke {
  stroke: #ddd;
  stroke-width: 1.5px;
}

.fill {
  fill: #000;
}

.graticule {
  fill: none;
  stroke: #666;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
