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

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

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


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



