html,
body {
  position: relative;
  height: 100%;
}
body {
  font-family: sans-serif;
  background: #363440;
  --black: #333;
  --white: #f5f5f5;
  overflow: hidden;
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.center-x,
.center-x-b:before,
.center-x-a:after {
  left: -100px;
  right: -100px;
  margin-left: auto;
  margin-right: auto;
}
.center-y,
.center-y-b:before,
.center-y-a:after {
  top: -100px;
  bottom: -100px;
  margin-top: auto;
  margin-bottom: auto;
}
body *,
:before,
:after {
  position: absolute;
}
.pedestal {
  position: absolute;
  width: 50px;
  height: 200px;
  border: 6px solid #ccc;
  border-bottom: none;
  /*   border-radius: 10px 10px 0px 0px; */
  bottom: 0;
}
.pedestal.left {
  left: 50%;
  margin-left: 70px;
}
.pedestal.right {
  right: 50%;
  margin-right: 70px;
}
.pedestal .block {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 6px solid #ccc;
}
.pedestal .block:before,
.pedestal .block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  background: #ccc;
  height: 6px;
}
.pedestal .block:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pedestal .block:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.rocket {
  position: absolute;
  width: 190px;
  height: 250px;
  z-index: 2;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%) translate(0px, -165px);
}
.r.body {
  position: absolute;
  background: #f0d878;
  width: 50px;
  height: 150px;
  bottom: 0;
  transform: scale(1);
}
.r.body:before {
  position: absolute;
  content: "";
  width: 10px;
  border-bottom: 40px solid #f0d878;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: 100%;
  transform: scale(1);
}
.r.body:after {
  position: absolute;
  content: "";
  width: 20px;
  border-top: 15px solid #f0d878;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: 100%;
  transform: scale(1);
}

.r.body.left,
.r.body.right {
  bottom: -10px;
}
.r.body.left {
  left: 0;
}
.r.body.right {
  right: 0;
}
.r.body.center {
  background: #c35749;
  width: 90px;
  height: 180px;
  z-index: 1;
}
.r.body.center:before {
  border-left-width: 40px;
  border-right-width: 40px;
  border-bottom: 60px solid #c35749;
}
.r.body.center:after {
  border-left-width: 30px;
  border-right-width: 30px;
  border-top: 20px solid #c35749;
}

.r.body .shoot {
  position: absolute;
  top: 100%;
  width: 60px;
  border-bottom: 30px solid #403e3f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.r.body.left .shoot,
.r.body.right .shoot {
  width: 30px;
  border-bottom: 30px solid #bcbec0;
}
.r.body .flames:before {
  content: "";
  top: 30px;
  width: 20px;
  height: 200px;
  background: var(--white);
  z-index: -1;
}
.r.body .flames {
  top: 100%;
  margin-top: 25px;
  width: 100%;
  z-index: -1;
  transform: scale(1);
  -webkit-backface-visibility: hidden;
}
.r.body .flames .flame {
  top: 0px;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 0% 100%;
  background: var(--white);
  transform-origin: 0px 0px;
  transform: translateZ(0) rotate(45deg);
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.r.body .flame.flame1 {
  z-index: 5;
}
.r.body .flame.flame2 {
  width: 40px;
  height: 40px;
  top: -2px;
  background: #efad83;
  z-index: 4;
}
.r.body .flame.flame3 {
  width: 50px;
  height: 50px;
  top: -3px;
  background: #ee7b46;
  z-index: 3;
}
.r.body .flame.flame4 {
  width: 60px;
  height: 60px;
  top: -5px;
  background: #bc734b;
  z-index: 2;
}
.r.body .flame.flame5 {
  width: 70px;
  height: 70px;
  top: -6px;
  background: #b27a5c;
  z-index: 1;
}
.spaceship {
  position: absolute;
  width: 70px;
  height: 130px;
  top: 120px;
  background: #f5f5f5;
  z-index: 2;
}
.spaceship:before {
  position: absolute;
  content: "";
  width: 6px;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 50px solid #f5f5f5;
  bottom: 100%;
}
.spaceship .top {
  width: 8px;
  border-left: 19.6px solid transparent;
  border-right: 19.6px solid transparent;
  border-bottom: 30px solid var(--black);
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
}
.spaceship .top:before {
  content: "";
  width: 20px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 6px solid var(--black);
  top: 30px;
  left: -30px;
  right: -30px;
  margin: auto;
}

.spaceship .top:after {
  content: "";
  top: 50px;
  width: 100px;
}
.spaceship .top .line {
  width: 50px;
  height: 30px;
  overflow: hidden;
  top: 50px;
}
.spaceship .top .line:before {
  content: "";
  width: 60px;
  height: 15px;
  border: 12px solid var(--black);
  border-bottom: 0;
  border-radius: 50% / 100% 100% 0px 0px;
}
.spaceship > .bottom {
  bottom: -30px;
  height: 50px;
  width: 8px;
  background: var(--black);
  z-index: 2;
}
.spaceship > .bottom:before,
.spaceship > .bottom:after {
  content: "";
  bottom: 0px;
  height: 20px;
  width: 8px;
  background: #444;
}
.spaceship > .bottom:before {
  left: -50px;
}
.spaceship > .bottom:after {
  right: -50px;
}
.spaceship .wing {
  top: calc(100% - 1px);
  width: 170px;
  height: 70px;
  top: 80%;
}
.spaceship .wing .bottom {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spaceship .wing .triangle {
  width: 100%;
  bottom: 0;
}
.spaceship .wing .bottom:before {
  content: "";
  width: 66px;
  top: -1px;
  border-bottom: 60px solid var(--white);
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
.wing .line {
  width: 8px;
  height: 60px;
  background: var(--black);
  bottom: 100%;
  border-radius: 4px 4px 0px 0px;
}
.wing .line:before {
  content: "";
  width: 100%;
  height: 80px;
  background: inherit;
  transform-origin: 50% 4px;
  top: calc(100% - 4px);
  border-radius: 4px;
}
.wing .line.left {
  left: 50%;
  margin-left: -38px;
}
.wing .line.right {
  right: 50%;
  margin-right: -38px;
}
.wing .line.left:before {
  transform: rotate(40deg);
}
.wing .line.right:before {
  transform: rotate(-40deg);
}
.wing .bottom:after {
  content: "";
  top: 52px;
  width: 170px;
  height: 8px;
  border-radius: 4px;
  background: var(--black);
}
.dusts {
  bottom: 0;
  height: 100px;
  width: 100px;
  transform-origin: 100% 50%;
}
.dust {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: var(--white);
  bottom: 0;
}

.dusts1,
.dusts2 {
  right: 50%;
  margin-right: 70px;
}
.dusts3,
.dusts4 {
  left: 50%;
  margin-left: -30px;
}
.dusts2,
.dusts4 {
  transform: scale(-1, 1);
}
.star {
  width: 20px;
}
.star1 {
  left: 10%;
  top: 20%;
}
.star2 {
  left: 20%;
  top: 40%;
}
.star3 {
  left: 60%;
  top: 30%;
}
.star4 {
  left: 80%;
  top: 50%;
}
.page2 .star1 {
  left: 10%;
  top: 40%;
}
.page2 .star2 {
  left: 40%;
  top: 70%;
}
.page2 .star3 {
  left: 70%;
  top: 40%;
}
.page2 .star4 {
  left: 90%;
  top: 70%;
}
.moon {
  top: 50px;
  right: 150px;
  width: 100px;
  height: 100px;
  background: #363440;
  border-radius: 50%;
  box-shadow: inset -20px -20px var(--white);
  border: 1px solid #363440;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  overflow: hidden;
}
.page {
  position: absolute;
  width: 100%;
  height: 100%;
}
.earth {
  width: 100px;
  height: 100px;
  bottom: 40%;
  left: 15%;
  border-radius: 50%;
  background: #4170ba;
}
.earth .forest {
  width: 30px;
  height: 10px;
  border-radius: 5px;
  background: #25bd5b;
  opacity: 0.5;
}
.earth .forest1 {
  left: 30%;
}
.earth .forest2 {
  top: 30%;
  left: 10%;
}
.earth .forest3 {
  top: 50%;
  left: 60%;
}
.earth .forest4 {
  top: 70%;
  left: 70%;
}
.earth .forest5 {
  top: 70%;
  left: 10%;
}
.earth .cloud {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background: var(--white);
  opacity: 0.5;
}
.earth .cloud1 {
  top: 10%;
  left: 10%;
}
.earth .cloud2 {
  top: 20%;
  left: 60%;
}
.earth .cloud3 {
  top: 40%;
  left: 30%;
}
.earth .cloud4 {
  top: 60%;
  left: 10%;
}
.earth .cloud5 {
  top: 80%;
  left: 50%;
}
.planet {
  background: var(--white);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.planet1 {
  top: 10%;
  left: 10%;
}
.planet2 {
  top: 30%;
  left: 30%;
  width: 20px;
  height: 20px;
}
.planet3 {
  top: 60%;
  left: 60%;
  width: 30px;
  height: 30px;
}
.planet4 {
  top: 20%;
  left: 45%;
}
.planet5 {
  top: 70%;
  left: 40%;
}
.planet6 {
  top: 80%;
  left: 20%;
}
.planet7 {
  left: 80%;
  top: 15%;
}
.planet8 {
  left: 90%;
  top: 80%;
}
.planet9 {
  left: 60%;
  top: 10%;
}
.page2 .star2 {
  left: 50%;
}
.page2 .star4 {
  top: 30%;
}

.page3 .planet {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.page3 .planet:nth-child(2n) {
  bottom: 15%;
}
.page3 .planet:nth-child(2n + 1) {
  top: 15%;
}
.planet10 {
  left: 30%;
}
.planet11 {
  left: 60%;
}
.planet12 {
  left: 90%;
}
.planet13 {
  left: 120%;
}
.planet14 {
  left: 150%;
}
.page3 .planet.planet15 {
  top: 0%;
  bottom: 0%;
  left: 180%;
  margin: auto 0px;
  z-index: 10;
}
.page3 .planet15 .background {
  position: absolute;
  border-radius: 50%;
  background: var(--white);
  width: 180px;
  height: 180px;
  left: 0%;
  top: 0%;
  bottom: 0%;
  top: 0%;
  margin: auto;
}
.page3 .planet15 .title1 {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.page3 .planet15 .title2 {
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
.page3 .planet15 .title3 {
  display: inline-block;
}
.page3 .planet15 .title4 {
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
.page2,
.page3 {
  top: 100%;
}
