body,
html {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #121212;
  color: white;
  font-family: Arial, sans-serif;
}
#game-container {
  text-align: center;
  width: 100%;
  height: 100%;
}
#loading-progress {
  font-size: 18px;
  margin-top: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: inline-block;
}