body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 50px;
}
#loading p {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.progress-container {
  width: 80%;
  height: 20px;
  border: 1px solid #ccc;
  margin: 0 auto;
}
#progress-bar {
  height: 100%;
  width: 0%;
  background-color: #4caf50;
}
#wheel {
  margin: 20px auto;
  display: block;
}
#spinButton {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1em;
}
#result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
#result-img {
  max-width: 200px;
  height: auto;
  margin-top: 10px;
}
#wheel {
  pointer-events: none; /* Canvas nimmt keine Klicks mehr entgegen */
}