body {
  cursor: url("../../images/cursor_circle.svg") 52 52, auto; /* Hotspot x,y in der Mitte */
}

.scratch-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("../../images/backgrounds/Changeover-Metall.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#scratch-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  touch-action: none;
  user-select: none;
}

.home-text {
  text-align: left;
  color: #fff;
  font-size: 2.98125rem;
  line-height: 3.453125rem;
  letter-spacing: 0.03313rem;
  mix-blend-mode: difference;
}

div .home-text {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1.125rem;
  width: 100%;
  z-index: 2;
  pointer-events: none; /* allows scratching through it */
}

/* Mobile 768px */
@media (max-width: 768px) {
  .home-text {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 535;
    line-height: 1.8125rem;
    letter-spacing: -0.01563rem;
  }
}

div .under-construction-text {
  padding-top: 10rem;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}

.qr-code-container {
  padding-top: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
