.block__party {
  position: absolute;
  z-index: 5000;
  /* background-color: pink; */
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  pointer-events: none;
}

.partycle__ {
  background-image: url("/images/crocodile-4.png");
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  z-index: 5001;
  display: flex;
  margin: 0 auto;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  /* border-radius: 100%; */
  transition: cubic-bezier(0.18, 0.56, 0, 0.97);
  animation-direction: normal;
  opacity: 0%;
  /* filter: blur(100px); */
  /* backdrop-filter: sepia(5); */
}

.partycle__.flare {
  left: 100%;
  top: 100%;
}

.partycle__.burst {
}

/* #mainContainer {
  background-color: red;
  background-image: url("/images/crocodile-4.png");
} */
