



/*
============================================================================================================
  THE SOLAR SYSTEM STYLE
============================================================================================================
*/

.solar-system-mobile-frame {
  display: block;
  width: 100%;
  height: 700px;
}

.solar-system-mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 25px;
  position: absolute;
}

#solar-system {
  width: 700px;
  height: 700px;
  max-width: 100%;
}

#solar-system .orbits {
  width: 600px;
  height: 600px;
}









