body {
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  animation: 10s bang ease-out infinite backwards, 10s gravity ease-in infinite backwards, 50s position linear infinite backwards;
}

.pyro > .after {
  animation-delay: 12.5s, 12.5s, 12.5s;
  animation-duration: 12.5s, 12.5s, 62.5s;
}

@keyframes bang {
  to {
    box-shadow: -154px -19.6666666667px #0084ff, 143px 75.3333333333px #3700ff, -226px -295.6666666667px #6f00ff, -48px -291.6666666667px #ffa200, -126px -90.6666666667px #00ff80, -59px -242.6666666667px #fff700, 240px 45.3333333333px #00d9ff, -126px -334.6666666667px #00ff33, 7px -88.6666666667px #00ff51, -1px 25.3333333333px #ffa200, -233px -269.6666666667px #00eeff;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

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