body{
/*color:white;*/
  display:flex;
  flex-wrap: wrap;
  background-color:#030d1c;
}
#square9{
  margin: 40% 40%;
  position:absolute;
  width:20px;
  height:20px;
  background-color:white;
  transform-style:preserve-3d;
}
.s1{
  margin: 40% 40%;
  position:absolute;
  width:40px;
  height:20px;
  background-color:white;
  transform-style:preserve-3d;
}
.box{
  perspective:100px;
  width:200px;
  height:200px;
}
.s2{
  margin: 35% 35%;
  position:absolute;
  width:20px;
  height:40px;
  background-color:white;
  transform-style:preserve-3d;
}
.box2{
  perspective:100px;
  width:200px;
  height:200px;
}
#square42{
  margin: 45% 30%;
  position:absolute;
  width:100px;
  height:10px;
  background-color:white;
}
#square43{
  width:10px;
  margin-left:50px;
}
#square44{
  width:10px;
  margin-left:150px;
}
#dot42{
  position:absolute;
  width:20px;
  height:20px;
  border-radius:50%;
  background-color:white;
}
#box4{
  width:200px;
  height:200px;
}
a1{
  border: solid white;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(-45deg);
}
#dot55{
  position:absolute;
  margin-left:100px;
  margin-top:100px;
  width:50px;
  height:50px;
  border-radius:50%;
  border-style:solid;
  border-color:grey;
  transform: rotateX(30deg) rotateY(10deg);
}
#dot56{
  position:absolute;
  margin-top:52px;
    margin-left:100px;
  width:50px;
  height:50px;
  border-radius:50%;
  border-style:solid;
  border-color:white;
  transform: rotateX(-30deg) rotateY(10deg); 
}
#dot58{
  position:absolute;
  margin-left:-1%;
    margin-left:100px;
  margin-top:100px;
  width:70px;
  height:60px;
  background-image: linear-gradient(to top,#030d1c , rgba(0,0,0,0));
  transform: rotateX(30deg) rotateY(10deg);
}
#big{
  width:200px;
  height:200px;
}
#load{
  text-allign:center;
  width:200px;
  height:200px;
}
#dot63{
  position:absolute;
  margin-top:52px;
  margin-left:100px;
  width:50px;
  height:50px;
  border-radius:50%;
  border-style:solid;
  border-color:white;
  transform: rotateX(-30deg) rotateY(10deg); 
}
#dot64{
  position:absolute;
  margin-left:-1%;
  margin-left:100px;
  margin-top:100px;
  width:70px;
  height:60px;
  background-image: linear-gradient(to top,#030d1c , rgba(0,0,0,0));
  transform: rotateX(30deg) rotateY(10deg);
}

