body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#globeContainer {
  width: 100%;
  max-width: auto;
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
  
}

canvas {
  width: 100%;
  height: auto; 
  
}

#infoContainer {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 300px;
}
