/* hide audio player */
iframe {
  display: none;
}
/* positioning */
body {
  margin: 0;
  background-color: #000;

}
#world {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;

}

/* body {
  background-color: #000;
}

div {
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow:
    inset 0 0 50px #fff,
    inset 20px 0 80px #f0f,
    inset -20px 0 80px #0ff,
    inset 20px 0 300px #f0f,
    inset -20px 0 300px #0ff,
    0 0 50px #fff,
    -10px 0 80px #f0f,
    10px 0 80px #0ff;
} */
/*My own css styling*/


#loading {
  /* background-size: 20%;
  height: 20%; */
  background: url('../orb.gif') no-repeat center center;
  background-color: rgba(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}