
body
{
background-image: url(https://rudebdf.com/media/1045/fafawffaw.png);

}
/* What actually matters here */
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -99;
}
.loader span {
    display: inline-block;
        background: #38e19d;
    height: 10px;
    width: 10px; 
    margin: 5px;
    border-radius: 100%;
    animation: loading-animation .8s infinite ease-in-out;
}



.loader span:nth-child(1) {
  animation-delay: .1s;
	  
}
.loader span:nth-child(2) {
  animation-delay: .2s;
	  
}
.loader span:nth-child(3) {
  animation-delay: .3s;
	 background: #8C1B04;
	  
}
.loader span:nth-child(4) {
  animation-delay: .4s;
	  
}

.loader span:nth-child(5) {
  animation-delay: .5s;
	  
}
.loader span:nth-child(6) {
  animation-delay: .6s;
	  
}
.loader span:nth-child(7) {
  animation-delay: .7s;
	  
}
.loader span:nth-child(8) {
  animation-delay: .8s;
	  
}
.loader span:nth-child(9) {
  animation-delay: .9s;
	background: #8C1B04;
	  
}
.loader span:nth-child(10) {
  animation-delay: .10s;
	  
}
.loader span:nth-child(11) {
  animation-delay: .11s;
	  
}
.loader span:nth-child(12) {
  animation-delay: .12s;
	  
}
.loader span:nth-child(13) {
  animation-delay: .13s;
	background: #8C1B04;
	  
}
.loader span:nth-child(14) {
  animation-delay: .14s;
	background: #8C1B04;
	  
}
.loader span:nth-child(15) {
  animation-delay: .15s;

	  
}
.loader span:nth-child(16) {
  animation-delay: .16s;
	background: #8C1B04;
	  
}
.loader span:nth-child(17) {
  animation-delay: .17s;
	background: #8C1B04;
	  
}
.loader span:nth-child(18) {
  animation-delay: .18s;
	  
}
.loader span:nth-child(19) {
  animation-delay: .19s;
	  
}
.loader span:nth-child(20) {
  animation-delay: .20s;
	  
}
.loader span:nth-child(21) {
  animation-delay: .21s;
	  background: #8C1B04;
}
.loader span:nth-child(22) {
  animation-delay: .22s;
	  
}
.loader span:nth-child(23) {
  animation-delay: .23s;
	  
}
.loader span:nth-child(24) {
  animation-delay: .24s;
	  
}
.loader span:nth-child(25) {
  animation-delay: .25s;
	  
}
.loader span:nth-child(26) {
  animation-delay: .26s;
	  
}
.loader span:nth-child(27) {
  animation-delay: .27s;
	background: #8C1B04;
	  
}

.loader span:nth-child(28) {
  animation-delay: .28s;
	  
}

.loader span:nth-child(29) {
  animation-delay: .29s;
	  
}
.loader span:nth-child(30) {
  animation-delay: .30s;
	  
}






@keyframes loading-animation {
  0%    {transform: scale(1)}
  25%   {transform: scale(1.3)}
  50%   {transform: scale(1)}
  100%  {transform: scale(1)}
}






