body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
 position: fixed;
 bottom: 10%;
 left: 0;
 width: 100%;
 text-align: center;
 font-family: sans-serif;
}

#globe-3d, #globe-2d-overlay, #globe-popup-overlay, .globe-popup {
  display: block;
  position: absolute;
}

#globe-2d-overlay, #globe-popup-overlay {
  pointer-events: none;
}

.globe-popup {
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  color: #111;
  font-family: sans-serif;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
  filter: drop-shadow(0px 0px 3px #555555);
}