html, body {
  height: 100%;
}

body {
  margin: 0;
  cursor: default;
  overscroll-behavior: none;

  font-family: Untitled Sans, -apple-system, system-ui, Segoe UI, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: hsl(206, 10%, 5%);
  line-height: 1;
}

.mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-bottom-left {
  display: none !important;
}

.front {
  fill: white;
  opacity: 0.9;
}

#back {
  fill: transparent;
  stroke: white;
  opacity: 0.7;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
