body {
  margin: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden; /* Prevent horizontal scrolling */
}

#globeViz {
  width: 100vw;
  height: 100vh;
}