body {
    margin: 0;
    padding: 0;
}
svg {
    background: white;
}

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

.water {
  fill: #BEDDF5;
}