svg{
	overflow: visible;
}

.land{
  fill: #eee;
  stroke: #888;
}

svg path.contour{
  stroke: #444;
  stroke-opacity: .1;
  /*fill: rgba(255, 0, 0, .2);*/
}

body{
  font-family: monospace;
  margin: 0px;
}

canvas{
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

