.body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
 background: linear-gradient(#3f4079, #ffa500) no-repeat center center fixed;
}
.body1 {
  display: flex;
  height: 0vh;
  justify-content: center;
  align-items: center;
  margin-top:11rem;


}
.wrapper {
  width: auto;
  height: auto;
}

.ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-animation: rot 16s linear infinite;
          animation: rot 16s linear infinite;
}
@-webkit-keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.li {
  width: 40px;
  height: 40px;
  background: #3f4079;
  border-radius: 4px;
  box-shadow: 0 0 1px #fff, 0 0 5px orange, 0 0 10px orange, 0 0 15px orange, 0 0 25px orange, 0 0 55px orange;
  -webkit-animation: scale 0.8s linear alternate infinite;
          animation: scale 0.8s linear alternate infinite;
}
@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes scale {
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
}
.li:nth-child(1) {
  z-index: 24;
}
.li:nth-child(2) {
  z-index: 23;
}
.li:nth-child(3) {
  z-index: 22;
}
.li:nth-child(4) {
  z-index: 21;
}
.li:nth-child(5) {
  z-index: 20;
}
.li:nth-child(6) {
  z-index: 19;
}
.li:nth-child(7) {
  z-index: 18;
}
.li:nth-child(8) {
  z-index: 17;
}
.li:nth-child(9) {
  z-index: 16;
}
.li:nth-child(10) {
  z-index: 15;
}
.li:nth-child(11) {
  z-index: 14;
}
.li:nth-child(12) {
  z-index: 13;
}
.li:nth-child(13) {
  z-index: 12;
}
.li:nth-child(14) {
  z-index: 11;
}
.li:nth-child(15) {
  z-index: 10;
}
.li:nth-child(16) {
  z-index: 9;
}
.li:nth-child(17) {
  z-index: 8;
}
.li:nth-child(18) {
  z-index: 7;
}
.li:nth-child(19) {
  z-index: 6;
}
.li:nth-child(20) {
  z-index: 5;
}
.li:nth-child(21) {
  z-index: 4;
}
.li:nth-child(22) {
  z-index: 3;
}
.li:nth-child(23) {
  z-index: 2;
}
.li:nth-child(24) {
  z-index: 1;
}
.li:nth-child(25) {
  z-index: 0;
}
.li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.li:nth-child(13) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.li:nth-child(19) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.li:nth-child(24) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.li:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.li:nth-child(14) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.li:nth-child(20) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.li:nth-child(9) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.li:nth-child(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.li:nth-child(10) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.li:nth-child(6) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.li:nth-child(11) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.li:nth-child(16) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.li:nth-child(21) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.li:nth-child(12) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.li:nth-child(17) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.li:nth-child(22) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.li:nth-child(13) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.li:nth-child(18) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.li:nth-child(23) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.li:nth-child(19) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.li:nth-child(24) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.li:nth-child(25) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

p {
  
  font: 300 2.5rem/150% Impact;
  text-align: center;
  font-variant-ligatures: normal;

  }


/* loading dots */

.loading{
    display:none; text-align: center; position:absolute;
    color:#414382e3;

    }
.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: purple;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 purple,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 #3f4079,
      .5em 0 0 #3f4079;}

      
      }
