body {
  background-color: #020202;
  pointer-events: none;
}

@-webkit-keyframes spinreverse {
  0% {
    -webkit-transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

#h {
  position: absolute;
  position: fixed;
  top: 45%;
  margin-top: -220px;
  margin-left: -220px;
  z-index: 1;
}

.c {
  position: absolute;
  position: fixed;
  top: 50%;
  width: 2048px;
  height: 2048px;
  margin-top: -1024px;
  margin-left: -1024px;
}

[src="c1.png"] {
  -webkit-animation: spinreverse 20s infinite linear;
}

[src="c2.png"] {
  z-index: -1;
  -webkit-animation: spinreverse 30s infinite linear;
}

[src="c3.png"] {
  z-index: -2;
  -webkit-animation: spinreverse 40s infinite linear;
}

[src="c4.png"] {
  z-index: -3;
  -webkit-animation: spinreverse 50s infinite linear;
}

[src="c5.png"] {
  z-index: -4;
  -webkit-animation: spinreverse 60s infinite linear;
}

[src="c6.png"] {
  z-index: -5;
  -webkit-animation: spinreverse 70s infinite linear;
}

[src="c7.png"] {
  z-index: -6;
  -webkit-animation: spinreverse 80s infinite linear;
}