.lunar-page-front header,.lunar-page-front footer {
    position: fixed;
    width: 100%;
    background-color: #303b4485 !important;
    z-index: 1000;
}

.lunar-page-front footer {
    bottom:  0;
    color: #afafaf !important;
   
}

.orbit-planets {
    position: absolute;
    height: 100%;
    width: 100%;
background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    top: 0;
    overflow: hidden;
    z-index: -1;

}
.orbit-planets-inner {
    position: relative;
}
.mother-planet {
    position: absolute;
    bottom: -25%;
    right:  -25%;
    width: 800px;
}

.mini-planet-surround {
        width: 100%;
    /*background: pink;*/
    position: fixed;
    bottom: 0;
    transform-origin: right;
     transform: rotate(-100deg);
}

.mini-planet {
        width: 200px;
    position: relative;
}
.mini-planet-with-logo{
    position: relative;
}

.mini-planet-logo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.planet-rotate {
  animation: orbitrotation 8s infinite linear;
}
*/
@keyframes orbitrotation {
  from {
    transform: rotate(-100deg);
  }
  to {
    transform: rotate(259deg);
  }
}

.the-front-page {
    background: #0000006e;
    padding: 30px;
    border-radius: 40px;
}

