<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

#earth-js, #three-js, .ej-canvas, #ocean {
  position: absolute;
  left: 0;
  top: 0;
}

#earth-js {
  z-index: 2;
}

#ocean {
  z-index: 2;
  width: 100vw;
  height: 100vh;
}

.ej-canvas {
  z-index: 3;
}

#three-js {
  z-index: 4;
}

.ej-hidden {
  display: none;
}

.ej-center {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.ocean {
  fill: #ffffff;
}

.cnnDotsSvg path {
  cursor: pointer;
}
</pre></body></html>