/* html, body {
	margin: 0px;
	background: linear-gradient(to bottom, #512C8A, #962264);
	width: 100%; height: 100%;
} */

/* a {
  color: #0078ff;
} */

#earth {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}