main {
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none !important;
  width: 100%;
}
main .text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
main .text h1, main .text p {
  width: 100%;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  text-align: center;
}
main img.bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
main #pet_trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -49%);
  cursor: grab;
  width: 150px;
  height: 100px;
}
@media (min-width: 845px) {
  main #pet_trigger {
    width: 17.8vw;
    height: 11.8vw;
  }
}

.heart {
  font-size: 30px;
  position: absolute;
  animation-fill-mode: forwards;
}

@keyframes float-1 {
  0% {
    scale: 0.2;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    translate: 20px -130px;
    rotate: 15deg;
    scale: 1;
    opacity: 0;
  }
}
@keyframes float-2 {
  0% {
    scale: 0.3;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    translate: -10px -110px;
    rotate: -10deg;
    scale: 1;
    opacity: 0;
  }
}
@keyframes float-3 {
  0% {
    scale: 0.4;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    translate: -10px -140px;
    rotate: -20deg;
    scale: 0.8;
    opacity: 0;
  }
}
@keyframes float-4 {
  0% {
    scale: 0.4;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    translate: 15px -100px;
    rotate: 30deg;
    scale: 0.7;
    opacity: 0;
  }
}

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