body {
    margin: 0;
    padding: 0;
}
svg {
    background: #BEDDF5;
}

.region {
  fill: white;
}
.graticule {
  fill: none;
  stroke-width: 1px;
  stroke: gray;
  vector-effect: non-scaling-stroke;
}

.pie {
  stroke: white;
  stroke-width: 0.5;
  vector-effect: non-scaling-stroke;
}