.animation-full-wrapper {
  pointer-events: all!important;
}
.animation-full-wrapper * {
  pointer-events: none!important;
}
@media screen and (max-width: 600px) {
  .firework-img, .confetti-img {
    max-width: 40% !important;
  }
}
.firework-img, .confetti-img {
  max-width: 12%;
  display:block;
  margin:0 auto;
  transform-origin: top right!important;
}

.thank-you-text {
  font-size: 16px;
  font-weight: 900;
  color: white !important;
  text-shadow: -6px -6px 0 #000, 6px -6px 0 #000, -6px 6px 0 #000, 6px 6px 0 #000, 0px 0px 10px #000, 10px 16px 16px rgb(0, 0, 0); /* Dropped shadow */
  text-align: center;
  font-family: "Arial Black", Impact, sans-serif;
  text-transform: uppercase;
  width: 80%;
  height: fit-content;
  min-height: 300px;
  pointer-events: all !important;
  line-height: normal;
  display: block;

}

/*# sourceMappingURL=animations.css.map */
