html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: black;
}

.scroll-container {
  position: relative;
  width: 2100px;
  height: 1800px;

  background-image: url("../assets/rätsel4/background-stammtisch.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* exakt 2048x2048, kein Scaling */
  background-position: top left;
}


.code-input-wrapper {
  position: relative;
  top: 1490px;
  left: 880px;
  width: 300px;
}

.potion1-img {
  border-radius: 400px;
  box-shadow: 0 0 10px 5px #00aaff;
  transition: box-shadow 0.4s ease;
  user-select: none;
}


