body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: green;

  }

  loadingclass {
  color: green;

}

@keyframes ldio-11jhff01je7 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(90deg); }
}

.ldio-11jhff01je7 > div {
  position: absolute;
  width: 540px;
  height: 540px;
  top: 0;
  left: 0;
}

.ldio-11jhff01je7 div:nth-child(1) { background: #15212b; }
.ldio-11jhff01je7 div:nth-child(2) div {
  position: absolute;
  left: -540px;
  width: 1620px;
  height: 1620px;
  opacity: 0.4;
  transform-origin: 810px 810px;
  animation: ldio-11jhff01je7 linear infinite 16.666666666666664s;
}
.ldio-11jhff01je7 div:nth-child(2) div:nth-child(1) {
  top: -1350px;
  border-radius: 486.00000000000006px;
  background: #204651;
  animation-duration: 5.55s;
}
.ldio-11jhff01je7 div:nth-child(2) div:nth-child(2) {
  top: -1404px;
  border-radius: 513px;
  background: #247074;
  animation-duration: 8.333333333333332s;
}
.ldio-11jhff01je7 div:nth-child(2) div:nth-child(3) {
  top: -1458px;
  border-radius: 540px;
  background: #309d8e;
}

.loadingio-spinner-fluid-tqy6k7p4vue {
  width: 540px;
  height: 540px;
  display: inline-block;
  overflow: hidden;
  background: #8df9a2;
}
.ldio-11jhff01je7 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-11jhff01je7 div { box-sizing: content-box; }



h2 {
  color: #005F73;
  font-weight: 900;
  margin: 0;
  font: .9em verdana;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
}

/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */
.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 2em;
  margin: 1.5em;
  background: #001219;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}


.loading span:nth-of-type(2) {
  background: #005F73;
  animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
  background: #0A9396;
  animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
  background: #94D2BD;
  animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
  background: #E9D8A6;
  animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
  background: #EE9B00;
  animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
  background: #CA6702;
  animation-delay: 1.2s;
}
.loading span:nth-of-type(8) {
  background: #BB3E03;
  animation-delay: 1.4s;
}
.loading span:nth-of-type(9) {
  background: #AE2012;
  animation-delay: 1.6s;
}
.loading span:nth-of-type(10) {
  background: #9B2226;
  animation-delay: 1.8s;
}


@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
