body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: radial-gradient(circle at center, #475c94 0%, #142248 100%);
  color: #ffffff;
  min-height: 100vh;
}

#webGL {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#progress {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #475c94 0%, #142248 100%);
  z-index: 1000;
  flex-direction: column;
  gap: 20px;
}

#loading-text {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
}
