body {
  margin: 0;
  padding: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  background: black;
}

.tree-container {
  position: relative;
  max-height: 100vh;
  max-width: 100vw;
  transform: scale(1.3);
  margin-bottom: -96px;
}

.tree {
  display: block;
  max-height: 100vh;
  max-width: 100vw;
}

.ball-spot {
  position: absolute;
  width: 20px;
  height: 20px;
  /* border-radius: 50%;
  border: 2px dashed rgba(255, 0, 0, 0.5); */
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ornament {
  position: absolute;
  width: auto;  /* SVG-Größe */
  height: 6%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}