@import url("https://fonts.googleapis.com/css?family=Poppins");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@keyframes shining {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
body {
  background-color: #482472;
  font-family: Poppins;
}

.scenery {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 618px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhMWY2ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FlMzA4MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a1f6f), color-stop(100%, #ae3082));
  background-image: -moz-linear-gradient(#2a1f6f, #ae3082);
  background-image: -webkit-linear-gradient(#2a1f6f, #ae3082);
  background-image: linear-gradient(#2a1f6f, #ae3082);
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 100px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 100px;
}

.star {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  animation-name: shining;
  animation-timing-function: ease;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  -moz-box-shadow: #fff 0px 0px 5px;
  -webkit-box-shadow: #fff 0px 0px 5px;
  box-shadow: #fff 0px 0px 5px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}

.star:nth-child(1) {
  width: 3px;
  height: 3px;
  bottom: 254px;
  left: 853px;
  animation-duration: 1.5s;
}

.star:nth-child(2) {
  width: 3px;
  height: 3px;
  bottom: 71px;
  left: 593px;
  animation-duration: 3s;
}

.star:nth-child(3) {
  width: 2px;
  height: 2px;
  bottom: 42px;
  left: 605px;
  animation-duration: 2s;
}

.star:nth-child(4) {
  width: 3px;
  height: 3px;
  bottom: 290px;
  left: 63px;
  animation-duration: 4s;
}

.star:nth-child(5) {
  width: 1px;
  height: 1px;
  bottom: 467px;
  left: 764px;
  animation-duration: 0.33333s;
}

.star:nth-child(6) {
  width: 2px;
  height: 2px;
  bottom: 4px;
  left: 333px;
  animation-duration: 0.5s;
}

.star:nth-child(7) {
  width: 2px;
  height: 2px;
  bottom: 492px;
  left: 659px;
  animation-duration: 1s;
}

.star:nth-child(8) {
  width: 3px;
  height: 3px;
  bottom: 378px;
  left: 800px;
  animation-duration: 0.33333s;
}

.star:nth-child(9) {
  width: 2px;
  height: 2px;
  bottom: 251px;
  left: 207px;
  animation-duration: 2s;
}

.star:nth-child(10) {
  width: 1px;
  height: 1px;
  bottom: 455px;
  left: 768px;
  animation-duration: 1.5s;
}

.star:nth-child(11) {
  width: 1px;
  height: 1px;
  bottom: 386px;
  left: 746px;
  animation-duration: 1.5s;
}

.star:nth-child(12) {
  width: 2px;
  height: 2px;
  bottom: 357px;
  left: 800px;
  animation-duration: 1s;
}

.star:nth-child(13) {
  width: 3px;
  height: 3px;
  bottom: 204px;
  left: 768px;
  animation-duration: 1.33333s;
}

.star:nth-child(14) {
  width: 3px;
  height: 3px;
  bottom: 270px;
  left: 852px;
  animation-duration: 2s;
}

.star:nth-child(15) {
  width: 2px;
  height: 2px;
  bottom: 164px;
  left: 26px;
  animation-duration: 1.33333s;
}

.star:nth-child(16) {
  width: 2px;
  height: 2px;
  bottom: 160px;
  left: 726px;
  animation-duration: 0.5s;
}

.star:nth-child(17) {
  width: 2px;
  height: 2px;
  bottom: 539px;
  left: 604px;
  animation-duration: 0.5s;
}

.star:nth-child(18) {
  width: 1px;
  height: 1px;
  bottom: 124px;
  left: 196px;
  animation-duration: 4s;
}

.star:nth-child(19) {
  width: 3px;
  height: 3px;
  bottom: 137px;
  left: 546px;
  animation-duration: 0.33333s;
}

.star:nth-child(20) {
  width: 1px;
  height: 1px;
  bottom: 11px;
  left: 595px;
  animation-duration: 0.33333s;
}

.star:nth-child(21) {
  width: 3px;
  height: 3px;
  bottom: 286px;
  left: 631px;
  animation-duration: 1.33333s;
}

.star:nth-child(22) {
  width: 1px;
  height: 1px;
  bottom: 307px;
  left: 607px;
  animation-duration: 2s;
}

.star:nth-child(23) {
  width: 1px;
  height: 1px;
  bottom: 586px;
  left: 958px;
  animation-duration: 1s;
}

.star:nth-child(24) {
  width: 2px;
  height: 2px;
  bottom: 286px;
  left: 316px;
  animation-duration: 0.5s;
}

.star:nth-child(25) {
  width: 2px;
  height: 2px;
  bottom: 198px;
  left: 157px;
  animation-duration: 2s;
}

.star:nth-child(26) {
  width: 3px;
  height: 3px;
  bottom: 231px;
  left: 587px;
  animation-duration: 1s;
}

.star:nth-child(27) {
  width: 3px;
  height: 3px;
  bottom: 403px;
  left: 494px;
  animation-duration: 0.5s;
}

.star:nth-child(28) {
  width: 3px;
  height: 3px;
  bottom: 411px;
  left: 129px;
  animation-duration: 1s;
}

.star:nth-child(29) {
  width: 2px;
  height: 2px;
  bottom: 370px;
  left: 906px;
  animation-duration: 1.33333s;
}

.star:nth-child(30) {
  width: 3px;
  height: 3px;
  bottom: 272px;
  left: 471px;
  animation-duration: 0.5s;
}

.star:nth-child(31) {
  width: 2px;
  height: 2px;
  bottom: 457px;
  left: 601px;
  animation-duration: 2s;
}

.star:nth-child(32) {
  width: 3px;
  height: 3px;
  bottom: 503px;
  left: 892px;
  animation-duration: 2s;
}

.star:nth-child(33) {
  width: 2px;
  height: 2px;
  bottom: 287px;
  left: 319px;
  animation-duration: 0.33333s;
}

.star:nth-child(34) {
  width: 3px;
  height: 3px;
  bottom: 429px;
  left: 664px;
  animation-duration: 3s;
}

.star:nth-child(35) {
  width: 3px;
  height: 3px;
  bottom: 85px;
  left: 130px;
  animation-duration: 0.5s;
}

.star:nth-child(36) {
  width: 3px;
  height: 3px;
  bottom: 545px;
  left: 839px;
  animation-duration: 1s;
}

.star:nth-child(37) {
  width: 3px;
  height: 3px;
  bottom: 262px;
  left: 184px;
  animation-duration: 1s;
}

.star:nth-child(38) {
  width: 3px;
  height: 3px;
  bottom: 169px;
  left: 301px;
  animation-duration: 4s;
}

.star:nth-child(39) {
  width: 1px;
  height: 1px;
  bottom: 114px;
  left: 26px;
  animation-duration: 0.5s;
}

.star:nth-child(40) {
  width: 1px;
  height: 1px;
  bottom: 589px;
  left: 634px;
  animation-duration: 0.33333s;
}

.star:nth-child(41) {
  width: 1px;
  height: 1px;
  bottom: 537px;
  left: 470px;
  animation-duration: 1.5s;
}

.star:nth-child(42) {
  width: 2px;
  height: 2px;
  bottom: 23px;
  left: 648px;
  animation-duration: 0.66667s;
}

.star:nth-child(43) {
  width: 3px;
  height: 3px;
  bottom: 429px;
  left: 734px;
  animation-duration: 0.5s;
}

.star:nth-child(44) {
  width: 3px;
  height: 3px;
  bottom: 216px;
  left: 18px;
  animation-duration: 2s;
}

.star:nth-child(45) {
  width: 2px;
  height: 2px;
  bottom: 277px;
  left: 919px;
  animation-duration: 1.5s;
}

.star:nth-child(46) {
  width: 3px;
  height: 3px;
  bottom: 251px;
  left: 177px;
  animation-duration: 1s;
}

.star:nth-child(47) {
  width: 1px;
  height: 1px;
  bottom: 332px;
  left: 673px;
  animation-duration: 0.33333s;
}

.star:nth-child(48) {
  width: 2px;
  height: 2px;
  bottom: 403px;
  left: 467px;
  animation-duration: 1s;
}

.star:nth-child(49) {
  width: 2px;
  height: 2px;
  bottom: 175px;
  left: 451px;
  animation-duration: 3s;
}

.star:nth-child(50) {
  width: 1px;
  height: 1px;
  bottom: 367px;
  left: 862px;
  animation-duration: 3s;
}

.star:nth-child(51) {
  width: 3px;
  height: 3px;
  bottom: 370px;
  left: 192px;
  animation-duration: 2s;
}

.star:nth-child(52) {
  width: 1px;
  height: 1px;
  bottom: 198px;
  left: 127px;
  animation-duration: 0.66667s;
}

.star:nth-child(53) {
  width: 2px;
  height: 2px;
  bottom: 517px;
  left: 584px;
  animation-duration: 0.33333s;
}

.star:nth-child(54) {
  width: 2px;
  height: 2px;
  bottom: 596px;
  left: 899px;
  animation-duration: 4s;
}

.star:nth-child(55) {
  width: 1px;
  height: 1px;
  bottom: 74px;
  left: 370px;
  animation-duration: 2s;
}

.star:nth-child(56) {
  width: 1px;
  height: 1px;
  bottom: 65px;
  left: 242px;
  animation-duration: 1s;
}

.star:nth-child(57) {
  width: 3px;
  height: 3px;
  bottom: 420px;
  left: 263px;
  animation-duration: 0.66667s;
}

.star:nth-child(58) {
  width: 2px;
  height: 2px;
  bottom: 162px;
  left: 317px;
  animation-duration: 0.66667s;
}

.star:nth-child(59) {
  width: 2px;
  height: 2px;
  bottom: 526px;
  left: 514px;
  animation-duration: 4s;
}

.star:nth-child(60) {
  width: 1px;
  height: 1px;
  bottom: 473px;
  left: 244px;
  animation-duration: 1.33333s;
}

.star:nth-child(61) {
  width: 3px;
  height: 3px;
  bottom: 320px;
  left: 586px;
  animation-duration: 4s;
}

.star:nth-child(62) {
  width: 2px;
  height: 2px;
  bottom: 574px;
  left: 13px;
  animation-duration: 1.5s;
}

.star:nth-child(63) {
  width: 3px;
  height: 3px;
  bottom: 536px;
  left: 755px;
  animation-duration: 1s;
}

.star:nth-child(64) {
  width: 3px;
  height: 3px;
  bottom: 377px;
  left: 52px;
  animation-duration: 1s;
}

.star:nth-child(65) {
  width: 2px;
  height: 2px;
  bottom: 229px;
  left: 337px;
  animation-duration: 1s;
}

.star:nth-child(66) {
  width: 1px;
  height: 1px;
  bottom: 24px;
  left: 627px;
  animation-duration: 3s;
}

.star:nth-child(67) {
  width: 1px;
  height: 1px;
  bottom: 106px;
  left: 260px;
  animation-duration: 2s;
}

.star:nth-child(68) {
  width: 2px;
  height: 2px;
  bottom: 38px;
  left: 173px;
  animation-duration: 1s;
}

.star:nth-child(69) {
  width: 1px;
  height: 1px;
  bottom: 309px;
  left: 905px;
  animation-duration: 4s;
}

.star:nth-child(70) {
  width: 2px;
  height: 2px;
  bottom: 11px;
  left: 990px;
  animation-duration: 0.66667s;
}

.star:nth-child(71) {
  width: 1px;
  height: 1px;
  bottom: 575px;
  left: 831px;
  animation-duration: 1s;
}

.star:nth-child(72) {
  width: 2px;
  height: 2px;
  bottom: 343px;
  left: 542px;
  animation-duration: 1.5s;
}

.star:nth-child(73) {
  width: 3px;
  height: 3px;
  bottom: 176px;
  left: 298px;
  animation-duration: 1s;
}

.star:nth-child(74) {
  width: 1px;
  height: 1px;
  bottom: 188px;
  left: 30px;
  animation-duration: 1.5s;
}

.star:nth-child(75) {
  width: 2px;
  height: 2px;
  bottom: 248px;
  left: 54px;
  animation-duration: 2s;
}

.star:nth-child(76) {
  width: 1px;
  height: 1px;
  bottom: 8px;
  left: 130px;
  animation-duration: 2s;
}

.star:nth-child(77) {
  width: 3px;
  height: 3px;
  bottom: 17px;
  left: 939px;
  animation-duration: 4s;
}

.star:nth-child(78) {
  width: 1px;
  height: 1px;
  bottom: 58px;
  left: 169px;
  animation-duration: 3s;
}

.star:nth-child(79) {
  width: 2px;
  height: 2px;
  bottom: 139px;
  left: 829px;
  animation-duration: 0.66667s;
}

.star:nth-child(80) {
  width: 3px;
  height: 3px;
  bottom: 260px;
  left: 887px;
  animation-duration: 1.33333s;
}

.star:nth-child(81) {
  width: 2px;
  height: 2px;
  bottom: 600px;
  left: 984px;
  animation-duration: 4s;
}

.star:nth-child(82) {
  width: 3px;
  height: 3px;
  bottom: 481px;
  left: 837px;
  animation-duration: 0.33333s;
}

.star:nth-child(83) {
  width: 2px;
  height: 2px;
  bottom: 405px;
  left: 733px;
  animation-duration: 0.66667s;
}

.star:nth-child(84) {
  width: 1px;
  height: 1px;
  bottom: 534px;
  left: 878px;
  animation-duration: 3s;
}

.star:nth-child(85) {
  width: 1px;
  height: 1px;
  bottom: 270px;
  left: 464px;
  animation-duration: 1s;
}

.star:nth-child(86) {
  width: 1px;
  height: 1px;
  bottom: 459px;
  left: 567px;
  animation-duration: 1.33333s;
}

.star:nth-child(87) {
  width: 3px;
  height: 3px;
  bottom: 238px;
  left: 556px;
  animation-duration: 1s;
}

.star:nth-child(88) {
  width: 3px;
  height: 3px;
  bottom: 365px;
  left: 887px;
  animation-duration: 1s;
}

.star:nth-child(89) {
  width: 3px;
  height: 3px;
  bottom: 378px;
  left: 41px;
  animation-duration: 0.5s;
}

.star:nth-child(90) {
  width: 1px;
  height: 1px;
  bottom: 325px;
  left: 943px;
  animation-duration: 1s;
}

.star:nth-child(91) {
  width: 2px;
  height: 2px;
  bottom: 163px;
  left: 336px;
  animation-duration: 0.5s;
}

.star:nth-child(92) {
  width: 1px;
  height: 1px;
  bottom: 156px;
  left: 615px;
  animation-duration: 1.5s;
}

.star:nth-child(93) {
  width: 1px;
  height: 1px;
  bottom: 383px;
  left: 408px;
  animation-duration: 0.5s;
}

.star:nth-child(94) {
  width: 3px;
  height: 3px;
  bottom: 564px;
  left: 333px;
  animation-duration: 4s;
}

.star:nth-child(95) {
  width: 3px;
  height: 3px;
  bottom: 39px;
  left: 936px;
  animation-duration: 3s;
}

.star:nth-child(96) {
  width: 2px;
  height: 2px;
  bottom: 576px;
  left: 507px;
  animation-duration: 3s;
}

.star:nth-child(97) {
  width: 2px;
  height: 2px;
  bottom: 295px;
  left: 917px;
  animation-duration: 1.5s;
}

.star:nth-child(98) {
  width: 1px;
  height: 1px;
  bottom: 300px;
  left: 376px;
  animation-duration: 0.33333s;
}

.star:nth-child(99) {
  width: 1px;
  height: 1px;
  bottom: 414px;
  left: 57px;
  animation-duration: 1s;
}

.title {
  position: relative;
  z-index: 50;
}
.title h1 {
  font-size: 15rem;
  font-weight: bold;
}
.title h1 span {
  vertical-align: middle;
  margin: 0 30px;
}

.message {
  margin-top: 50px;
}
.message h2 {
  font-size: 1.8rem;
}

.action {
  margin-top: 30px;
}
.action button {
  padding: 10px 20px;
  font-family: Poppins;
  font-size: 1.2rem;
  color: #fff;
  border: 2px solid #ff9c61;
  background-color: #ff9c61;
  border-radius: 50px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 15px #ff9c61;
}
.action button:hover {
  cursor: pointer;
  background-color: transparent;
}

.square {
  width: 150px;
  height: 150px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  left: -30px;
  -moz-transform: scale(1.1) rotate(45deg);
  -ms-transform: scale(1.1) rotate(45deg);
  -webkit-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg);
}
.square > * {
  position: absolute;
}
.square .light {
  box-shadow: 0px 0px 10px #fedbae;
  background-color: #fedbae;
}
.square .light1, .square .light3 {
  width: 15px;
  height: 135px;
  -moz-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  -webkit-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}
.square .light2, .square .light4 {
  width: 120px;
  height: 15px;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}
.square .light1 {
  z-index: 10;
  top: 5.5px;
  left: 15px;
}
.square .light3 {
  z-index: 2;
  top: 7.5px;
  right: 15px;
}
.square .light2 {
  top: 0;
  left: 22.5px;
}
.square .light4 {
  bottom: 0;
  right: 22.5px;
}
.square .shadow {
  background-color: #ff9c61;
  box-shadow: 0px 0px 10px #ff9c61;
}
.square .shadow1 {
  bottom: 7.5px;
  right: 0;
  width: 15px;
  height: 120px;
  -moz-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  -webkit-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}
.square .shadow2 {
  z-index: 3;
  top: 15px;
  left: 22.5px;
  width: 120px;
  height: 15px;
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}
.square .stairs1 li, .square .stairs2 li, .square .stairs3 li, .square .stairs4 li {
  position: relative;
  width: 7.5px;
  height: 7.5px;
  background-color: #fedbae;
  box-shadow: 0px 0px 10px #fedbae;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.square .stairs1 li::before, .square .stairs2 li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 7.5px;
  height: 13px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZGJhZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmOWM2MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fedbae), color-stop(100%, #ff9c61));
  background-image: -moz-linear-gradient(left, #fedbae, #ff9c61);
  background-image: -webkit-linear-gradient(left, #fedbae, #ff9c61);
  background-image: linear-gradient(to right, #fedbae, #ff9c61);
  box-shadow: 0px 0px 10px #fedbae;
}
.square .stairs1 {
  top: 1px;
  left: 11px;
  width: 0px;
  height: 150px;
}
.square .stairs1 li {
  margin-bottom: 3px;
}
.square .stairs1 li::before {
  top: 100%;
}
.square .stairs2 {
  z-index: 10;
  bottom: 19px;
  left: 3px;
  width: 150px;
  height: 0px;
  display: flex;
}
.square .stairs2 li {
  margin-right: 3.5px;
}
.square .stairs2 li:last-child::before {
  background: #fedbae;
}
.square .stairs2 li::before {
  bottom: 100%;
}
.square .stairs3 {
  bottom: -32px;
  right: 34px;
  width: 0px;
  height: 150px;
  z-index: 10;
}
.square .stairs3 li {
  margin-bottom: 3.5px;
}
.square .stairs4 {
  top: -4px;
  left: 16px;
  width: 150px;
  height: 0px;
  display: flex;
}
.square .stairs4 li {
  margin-right: 3.5px;
}

.planet {
  position: absolute;
  z-index: 10;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-sizing: border-box;
}
.planet::before, .planet::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.planet::before {
  width: 70px;
  height: 70px;
}
.planet::after {
  width: 60px;
  height: 60px;
}

.planet1 {
  box-shadow: 0px 0px 30px #a3358c;
  bottom: 260px;
  left: 50px;
  border: 5px solid #a3358c;
  background-color: #cf3684;
}
.planet1::before {
  background-color: #fd8f5d;
}
.planet1::after {
  background-color: #ffdf70;
}

.planet2 {
  box-shadow: 0px 0px 30px #1383df;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  bottom: 40px;
  right: 80px;
  border: 5px solid #1383df;
  background-color: #08abf3;
}
.planet2::before {
  background-color: #11c1f1;
}
.planet2::after {
  background-color: #22e5f1;
}

.planet3 {
  box-shadow: 0px 0px 30px #7a7afe;
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  top: 20px;
  right: 30px;
  border: 5px solid #7a7afe;
  background-color: #9a82ff;
}
.planet3::before {
  background-color: #b588ff;
}
.planet3::after {
  background-color: #d491ff;
}

.girl {
  position: absolute;
  z-index: 99;
  width: 12px;
  height: 40px;
  top: 130px;
  left: 460px;
}
.girl .head {
  position: relative;
  z-index: 10;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 3px solid #000;
  border-radius: 5px;
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.girl .head::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0px;
  width: 0px;
  height: 0px;
  display: block;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
}
.girl .body {
  position: absolute;
  top: 7px;
  left: -2px;
  width: 0px;
  height: 0px;
  box-sizing: border-box;
  border-bottom: 20px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-radius: 7px;
}
.girl .legs {
  position: absolute;
  bottom: 5px;
  left: 3px;
  width: 3px;
  height: 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}