.globe-container svg {
  display: block;
	transform: scale(1.2);
}
.graticule {
  fill: none;
  /*   stroke: #ccc; */
  /*   stroke-width: 0.5px; */
}
.land {
  fill: #00C853;
  /*   stroke: #000; */
  /*   stroke-width: 0.2px; */
}
.marker {
  fill: #000;
}
.sphere {
  fill: #00873A !important;
}
