.down {
  bottom: 0;
  left: 50%;
  margin-bottom: 15px;
  margin-left: -240px;
  position: absolute;
}
.center {
  top: 15%;
  left: 40%;
  position: absolute;
  width: 0;
  height: 0;
  /* height: 0px;
  margin: 10% 40% 0;
  position: relative;
  width: 0px;
  z-index: 10; */
	/* left:1%;
	top:1%; */
}
/*
.rocket {
	border:0px solid red;
  height: 50px;
  width: 850px;
  -webkit-animation: float 1.5s infinite alternate cubic-bezier(0.1, 0.05, 0.8, 0.95);
  animation: float 1.5s infinite alternate cubic-bezier(0.1, 0.05, 0.8, 0.95);
  *-webkit-animation: float 3.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation: float 3.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);*
  position: relative;
  margin: 0 auto;
  margin-top:50px;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 10;
  left:1%;
  top:1%;
}
.rocket img{
	margin-left:43px;z-index:100;position:absolute;
}
*/
/* 
@-webkit-keyframes reflection {
  0% {
    box-shadow: inset 52px 8px 60px -25px #fad000, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
  }
  100% {
    box-shadow: inset 62px 8px 50px -25px yellow, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
  }
}
@keyframes reflection {
  0% {
    box-shadow: inset 52px 8px 60px -25px #fad000, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
  }
  100% {
    box-shadow: inset 62px 8px 50px -25px yellow, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(-1deg);
    transform: translate(0px, 0px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(10px, 100px) rotate(1deg);
    transform: translate(10px, 30px) rotate(1deg);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(-1deg);
    transform: translate(0px, 0px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(10px, 100px) rotate(1deg);
    transform: translate(10px, 30px) rotate(1deg);
  }
}
@-webkit-keyframes fire {
  0% {
    box-shadow: inset 6px 0px 7px 0px #e4ae69;
  }
  100% {
    box-shadow: inset 12px 0px 7px -4px #fff;
  }
}
@keyframes fire {
  0% {
    box-shadow: inset 6px 0px 7px 0px #e4ae69;
  }
  100% {
    box-shadow: inset 12px 0px 7px -4px #fff;
  }
}
@-webkit-keyframes stars {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}
@keyframes stars {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}
@-webkit-keyframes flicker {
  0% {
    -webkit-transform: rotate(40deg) translate(10px, -10px);
    transform: rotate(40deg) translate(10px, -10px);
    opacity: 0.7;
  }
  20% {
    -webkit-transform: rotate(35deg) translate(20px, -20px);
    transform: rotate(35deg) translate(20px, -20px);
    opacity: 1;
  }
  40% {
    -webkit-transform: rotate(45deg) translate(15px, -15px);
    transform: rotate(45deg) translate(15px, -15px);
    opacity: 0.7;
  }
  60% {
    -webkit-transform: rotate(35deg) scale(1.02) translate(10px, -10px);
    transform: rotate(35deg) scale(1.02) translate(10px, -10px);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(45deg) scale(0.9) translate(5px, -5px);
    transform: rotate(45deg) scale(0.9) translate(5px, -5px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: rotate(40deg) translate(0px, 0px);
    transform: rotate(40deg) translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    -webkit-transform: rotate(40deg) translate(10px, -10px);
    transform: rotate(40deg) translate(10px, -10px);
    opacity: 0.7;
  }
  20% {
    -webkit-transform: rotate(35deg) translate(20px, -20px);
    transform: rotate(35deg) translate(20px, -20px);
    opacity: 1;
  }
  40% {
    -webkit-transform: rotate(45deg) translate(15px, -15px);
    transform: rotate(45deg) translate(15px, -15px);
    opacity: 0.7;
  }
  60% {
    -webkit-transform: rotate(35deg) scale(1.02) translate(10px, -10px);
    transform: rotate(35deg) scale(1.02) translate(10px, -10px);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(45deg) scale(0.9) translate(5px, -5px);
    transform: rotate(45deg) scale(0.9) translate(5px, -5px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: rotate(40deg) translate(0px, 0px);
    transform: rotate(40deg) translate(0px, 0px);
    opacity: 1;
  }
} */
body, html {
  /*background-color: #050b12;
  background-image: -webkit-linear-gradient(bottom, #050b12, #15304e);
  background-image: -webkit-linear-gradient(bottom,#050b12, #15304e);
  background-image: linear-gradient(to top,#050b12, #15304e);*/
  /* background: #c11623; Old browsers */
  /* background: -moz-linear-gradient(-45deg,  #c19c00 0%, #c11623 32%, #c11623 66%, #891b63 100%); FF3.6-15 */
  /* background: -webkit-linear-gradient(-45deg,  #c19c00 0%,#c11623 32%,#c11623 66%,#891b63 100%); Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(135deg,  #c19c00 0%,#c11623 32%,#c11623 66%,#891b63 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19c00', endColorstr='#891b63',GradientType=1 ); IE6-9 fallback on horizontal gradient	 */
  height: 100%;
  margin: 0;
  /* height: 100vh; */
}

.bg {
  /* The image used */
  background-image: url('../sky-telkom-university2.jpg');

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 

.rocket__windows {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  list-style: none;
  z-index: 60;
  left: 169px;
  top: 29px;
}
.rocket__windows li {
  height: 10px;
  width: 10px;
  background: #3f76a0;
  border-radius: 50%;
  border: 4px solid #d2d2d2;
  margin: 10px 0;
  box-shadow: 0px -8px 15px -1px rgba(0, 0, 0, 0.8), inset 0px -4px 3px -1px rgba(0, 0, 0, 0.8);
}
.rocket__windows li:first-child {
  -webkit-transform: scale(1.4) translateY(-10px);
  transform: scale(1.4) translateY(-10px);
}
.rocket__body {
  -webkit-animation: reflection 0.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation: reflection 0.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  height: 50px;
  width: 140px;
  background: red;
  border-radius: 50% 20px 20px 50%;
  position: absolute;
  top: 100px;
  left: 90px;
  z-index: 20;
  border-right: 5px solid #9f9f9f;
  box-shadow: inset 52px 8px 60px -25px yellow, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
}
.rocket__nose {
  -webkit-transform: scale(0.9, 0.5);
  transform: scale(0.9, 0.5);
  height: 50px;
  width: 100px;
  background: #c5c5c5;
  border-radius: 10px 50% 50% 10px;
  position: absolute;
  top: 100px;
  left: 210px;
  z-index: 10;
  box-shadow: inset -9px -2px 22px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.rocket__nose:after {
  height: 5px;
  width: 50px;
  content: '';
  background: #6c6c6c;
  position: absolute;
  left: 98px;
  top: 23px;
  border-radius: 10% 50% 50% 10%;
}
.rocket__nose:before {
  -webkit-transform: scale(1.1, 2);
  transform: scale(1.1, 2);
  height: 50px;
  width: 100px;
  content: '';
  background: #e60000;
  border-radius: 10px 50% 50% 10px;
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 10;
  box-shadow: inset -9px -2px 22px 2px rgba(0, 0, 0, 0.6);
}
.rocket__front-fin {
  list-style: none;
}
.rocket__front-fin li {
  border-width: 0px 190px 80px 0px;
  top: 86px;
  left: 10px;
  z-index: 360;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #e60000 transparent;
  position: absolute;
}
.rocket__front-fin li:nth-of-type(1) {
  -webkit-transform: scale(0.3, 0.15) rotate(157deg);
  transform: scale(0.3, 0.15) rotate(157deg);
}
.rocket__front-fin li:nth-of-type(2) {
  -webkit-transform: scale(0.3, -0.15) rotate(157deg);
  transform: scale(0.3, -0.15) rotate(157deg);
}
.rocket__fins li {
  list-style: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 50px 0;
  border-color: transparent transparent #e60000 transparent;
  position: absolute;
}
.rocket__fins li:nth-of-type(1) {
  -webkit-transform: scale(1.1) rotate(-20deg);
  transform: scale(1.1) rotate(-20deg);
  top: 70px;
  left: 90px;
  border-width: 0 40px 50px 5px;
}
.rocket__fins li:nth-of-type(2) {
  -webkit-transform: scale(0.3) rotate(-115deg);
  transform: scale(0.3) rotate(-115deg);
  border-width: 0 30px 60px 10px;
  top: 56px;
  left: 60px;
}
.rocket__fins li:nth-of-type(3) {
  -webkit-transform: scale(-1.1) rotate(60deg);
  transform: scale(-1.1) rotate(60deg);
  top: 115px;
  left: 75px;
  border-width: 0 40px 50px 5px;
}
.rocket__fins li:nth-of-type(4) {
  -webkit-transform: scale(-0.3) rotate(115deg);
  transform: scale(-0.3) rotate(115deg);
  border-width: 0 30px 60px 10px;
  top: 131px;
  left: 60px;
}
.rocket__jets-cover {
  height: 30px;
  width: 10px;
  background: #929292;
  position: absolute;
  left: 90px;
  top: 110px;
  z-index: 30;
  border-radius: 50% 10%;
}
.rocket__jets-cover::after {
  height: 40px;
  width: 10px;
  background: #ababab;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 20;
  border-radius: 50% 10%;
  content: '';
}
.rocket__jets-cover::before {
  height: 50px;
  width: 10px;
  background: #cfcfcf;
  position: absolute;
  left: -11px;
  top: -10px;
  z-index: 20;
  border-radius: 50% 10%;
  content: '';
}
.rocket__jets {
  top: 75px;
  left: 58px;
  position: absolute;
  z-index: 20;
  border-radius: 50%;
}
.rocket__jets li {
  -webkit-animation: fire 1.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation: fire 1.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  height: 10px;
  width: 20px;
  background: #d2d2d2;
  box-shadow: inset 8px 2px 3px 0px yellow, inset 4px 2px 3px 0px yellow, -14px 1px 39px 5px #faa700, -14px 1px 47px -3px #faa700;
  list-style: none;
  position: absolute;
  left: 12px;
  border-radius: 50%;
}
.rocket__jets li:nth-of-type(2) {
  left: 4px;
}
.rocket__jets li:nth-of-type(1) {
  top: 15px;
}
.rocket__jets li:nth-of-type(2) {
  top: 30px;
}
.rocket__jets li:nth-of-type(3) {
  top: 45px;
}

.flames {
  top: 147px;
  left: 14px;
  position: absolute;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  list-style: none;
  padding: 0;
  margin: 0;
}
.flames li:nth-of-type(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
.flames li:nth-of-type(2) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.flames li:nth-of-type(3) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.flames li:nth-of-type(4) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.flames li {
  -webkit-animation-name: flicker;
  animation-name: flicker;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(-135deg) scale(1.2, 1.2);
  transform: rotate(-135deg) scale(1.2, 1.2);
  border-radius: 50% 0;
  position: absolute;
  opacity: .8;
}
.flames__yellow {
  left: 10px;
  width: 30px;
  height: 30px;
  background: #f5cc00;
  box-shadow: 0px 0px 9px 4px #f5cc00;
  top: -40px;
}
.flames__orange {
  left: -9px;
  width: 40px;
  height: 40px;
  background: #faa700;
  box-shadow: 0px 0px 9px 4px #faa700;
  top: -43px;
}
.flames__red {
  left: -10px;
  width: 50px;
  height: 50px;
  background: #ff4000;
  box-shadow: 0px 0px 5px 4px #ff4000;
  top: -48px;
}
.flames__red:after {
  -webkit-animation: flicker 0.2s infinite ease;
  animation: flicker 0.2s infinite ease;
  width: 14px;
  height: 14px;
  background: #ff4000;
  box-shadow: 0px 0px 5px 4px #ff4000;
  top: 51px;
  content: "";
  display: block;
  border-radius: 50% 0;
  position: absolute;
  left: -30px;
  opacity: 0.2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.flames__white {
  left: 30px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  background: white;
  box-shadow: 0px 0px 9px 4px white;
}

.stars {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.stars li:nth-of-type(1) {
  -webkit-animation-delay: -50s;
  animation-delay: -50s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  top: 491px;
  left: 815px;
}
.stars li:nth-of-type(2) {
  -webkit-animation-delay: -100s;
  animation-delay: -100s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  top: 123px;
  left: 1239px;
}
.stars li:nth-of-type(3) {
  -webkit-animation-delay: -150s;
  animation-delay: -150s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  top: 550px;
  left: 1157px;
}
.stars li:nth-of-type(4) {
  -webkit-animation-delay: -200s;
  animation-delay: -200s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  top: 237px;
  left: 343px;
}
.stars li:nth-of-type(5) {
  -webkit-animation-delay: -250s;
  animation-delay: -250s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  top: 449px;
  left: 515px;
}
.stars li:nth-of-type(6) {
  -webkit-animation-delay: -300s;
  animation-delay: -300s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  top: 76px;
  left: 276px;
}
.stars li:nth-of-type(7) {
  -webkit-animation-delay: -350s;
  animation-delay: -350s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  top: 123px;
  left: 102px;
}
.stars li:nth-of-type(8) {
  -webkit-animation-delay: -400s;
  animation-delay: -400s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  top: 199px;
  left: 731px;
}
.stars li:nth-of-type(9) {
  -webkit-animation-delay: -450s;
  animation-delay: -450s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  top: 380px;
  left: 766px;
}
.stars li:nth-of-type(10) {
  -webkit-animation-delay: -500s;
  animation-delay: -500s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  top: 353px;
  left: 1087px;
}
.stars li:nth-of-type(11) {
  -webkit-animation-delay: -550s;
  animation-delay: -550s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  top: 543px;
  left: 1104px;
}
.stars li:nth-of-type(12) {
  -webkit-animation-delay: -600s;
  animation-delay: -600s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  top: 478px;
  left: 936px;
}
.stars li:nth-of-type(13) {
  -webkit-animation-delay: -650s;
  animation-delay: -650s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  top: 233px;
  left: 90px;
}
.stars li:nth-of-type(14) {
  -webkit-animation-delay: -700s;
  animation-delay: -700s;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  top: 568px;
  left: 135px;
}
.stars li:nth-of-type(15) {
  -webkit-animation-delay: -750s;
  animation-delay: -750s;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  top: 376px;
  left: 1117px;
}
.stars li:nth-of-type(16) {
  -webkit-animation-delay: -800s;
  animation-delay: -800s;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  top: 342px;
  left: 248px;
}
.stars li:nth-of-type(17) {
  -webkit-animation-delay: -850s;
  animation-delay: -850s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
  top: 565px;
  left: 1375px;
}
.stars li:nth-of-type(18) {
  -webkit-animation-delay: -900s;
  animation-delay: -900s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  top: 439px;
  left: 1055px;
}
.stars li:nth-of-type(19) {
  -webkit-animation-delay: -950s;
  animation-delay: -950s;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
  top: 137px;
  left: 495px;
}
.stars li:nth-of-type(20) {
  -webkit-animation-delay: -1000s;
  animation-delay: -1000s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  top: 18px;
  left: 54px;
}
.stars li:nth-of-type(21) {
  -webkit-animation-delay: -1050s;
  animation-delay: -1050s;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
  top: 13px;
  left: 1336px;
}
.stars li:nth-of-type(22) {
  -webkit-animation-delay: -1100s;
  animation-delay: -1100s;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  top: 21px;
  left: 134px;
}
.stars li:nth-of-type(23) {
  -webkit-animation-delay: -1150s;
  animation-delay: -1150s;
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
  top: 524px;
  left: 1323px;
}
.stars li:nth-of-type(24) {
  -webkit-animation-delay: -1200s;
  animation-delay: -1200s;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  top: 542px;
  left: 226px;
}
.stars li:nth-of-type(25) {
  -webkit-animation-delay: -1250s;
  animation-delay: -1250s;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  top: 184px;
  left: 1305px;
}
.stars li:nth-of-type(26) {
  -webkit-animation-delay: -1300s;
  animation-delay: -1300s;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  top: 7px;
  left: 1335px;
}
.stars li:nth-of-type(27) {
  -webkit-animation-delay: -1350s;
  animation-delay: -1350s;
  -webkit-animation-duration: 27s;
  animation-duration: 27s;
  top: 125px;
  left: 93px;
}
.stars li:nth-of-type(28) {
  -webkit-animation-delay: -1400s;
  animation-delay: -1400s;
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
  top: 234px;
  left: 706px;
}
.stars li:nth-of-type(29) {
  -webkit-animation-delay: -1450s;
  animation-delay: -1450s;
  -webkit-animation-duration: 29s;
  animation-duration: 29s;
  top: 235px;
  left: 704px;
}
.stars li:nth-of-type(30) {
  -webkit-animation-delay: -1500s;
  animation-delay: -1500s;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  top: 119px;
  left: 31px;
}
.stars li:nth-of-type(31) {
  -webkit-animation-delay: -1550s;
  animation-delay: -1550s;
  -webkit-animation-duration: 31s;
  animation-duration: 31s;
  top: 483px;
  left: 925px;
}
.stars li:nth-of-type(32) {
  -webkit-animation-delay: -1600s;
  animation-delay: -1600s;
  -webkit-animation-duration: 32s;
  animation-duration: 32s;
  top: 564px;
  left: 126px;
}
.stars li:nth-of-type(33) {
  -webkit-animation-delay: -1650s;
  animation-delay: -1650s;
  -webkit-animation-duration: 33s;
  animation-duration: 33s;
  top: 120px;
  left: 686px;
}
.stars li:nth-of-type(34) {
  -webkit-animation-delay: -1700s;
  animation-delay: -1700s;
  -webkit-animation-duration: 34s;
  animation-duration: 34s;
  top: 196px;
  left: 587px;
}
.stars li:nth-of-type(35) {
  -webkit-animation-delay: -1750s;
  animation-delay: -1750s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  top: 253px;
  left: 1332px;
}
.stars li:nth-of-type(36) {
  -webkit-animation-delay: -1800s;
  animation-delay: -1800s;
  -webkit-animation-duration: 36s;
  animation-duration: 36s;
  top: 416px;
  left: 387px;
}
.stars li:nth-of-type(37) {
  -webkit-animation-delay: -1850s;
  animation-delay: -1850s;
  -webkit-animation-duration: 37s;
  animation-duration: 37s;
  top: 538px;
  left: 838px;
}
.stars li:nth-of-type(38) {
  -webkit-animation-delay: -1900s;
  animation-delay: -1900s;
  -webkit-animation-duration: 38s;
  animation-duration: 38s;
  top: 107px;
  left: 289px;
}
.stars li:nth-of-type(39) {
  -webkit-animation-delay: -1950s;
  animation-delay: -1950s;
  -webkit-animation-duration: 39s;
  animation-duration: 39s;
  top: 351px;
  left: 946px;
}
.stars li:nth-of-type(40) {
  -webkit-animation-delay: -2000s;
  animation-delay: -2000s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  top: 312px;
  left: 372px;
}
.stars li:nth-of-type(41) {
  -webkit-animation-delay: -2050s;
  animation-delay: -2050s;
  -webkit-animation-duration: 41s;
  animation-duration: 41s;
  top: 595px;
  left: 184px;
}
.stars li:nth-of-type(42) {
  -webkit-animation-delay: -2100s;
  animation-delay: -2100s;
  -webkit-animation-duration: 42s;
  animation-duration: 42s;
  top: 475px;
  left: 381px;
}
.stars li:nth-of-type(43) {
  -webkit-animation-delay: -2150s;
  animation-delay: -2150s;
  -webkit-animation-duration: 43s;
  animation-duration: 43s;
  top: 180px;
  left: 1116px;
}
.stars li:nth-of-type(44) {
  -webkit-animation-delay: -2200s;
  animation-delay: -2200s;
  -webkit-animation-duration: 44s;
  animation-duration: 44s;
  top: 510px;
  left: 1123px;
}
.stars li:nth-of-type(45) {
  -webkit-animation-delay: -2250s;
  animation-delay: -2250s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  top: 91px;
  left: 159px;
}
.stars li:nth-of-type(46) {
  -webkit-animation-delay: -2300s;
  animation-delay: -2300s;
  -webkit-animation-duration: 46s;
  animation-duration: 46s;
  top: 588px;
  left: 588px;
}
.stars li:nth-of-type(47) {
  -webkit-animation-delay: -2350s;
  animation-delay: -2350s;
  -webkit-animation-duration: 47s;
  animation-duration: 47s;
  top: 243px;
  left: 906px;
}
.stars li:nth-of-type(48) {
  -webkit-animation-delay: -2400s;
  animation-delay: -2400s;
  -webkit-animation-duration: 48s;
  animation-duration: 48s;
  top: 46px;
  left: 929px;
}
.stars li:nth-of-type(49) {
  -webkit-animation-delay: -2450s;
  animation-delay: -2450s;
  -webkit-animation-duration: 49s;
  animation-duration: 49s;
  top: 89px;
  left: 1321px;
}
.stars li:nth-of-type(50) {
  -webkit-animation-delay: -2500s;
  animation-delay: -2500s;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  top: 488px;
  left: 804px;
}
.stars li:nth-of-type(51) {
  -webkit-animation-delay: -2550s;
  animation-delay: -2550s;
  -webkit-animation-duration: 51s;
  animation-duration: 51s;
  top: 361px;
  left: 305px;
}
.stars li:nth-of-type(52) {
  -webkit-animation-delay: -2600s;
  animation-delay: -2600s;
  -webkit-animation-duration: 52s;
  animation-duration: 52s;
  top: 129px;
  left: 1302px;
}
.stars li:nth-of-type(53) {
  -webkit-animation-delay: -2650s;
  animation-delay: -2650s;
  -webkit-animation-duration: 53s;
  animation-duration: 53s;
  top: 352px;
  left: 1px;
}
.stars li:nth-of-type(54) {
  -webkit-animation-delay: -2700s;
  animation-delay: -2700s;
  -webkit-animation-duration: 54s;
  animation-duration: 54s;
  top: 295px;
  left: 561px;
}
.stars li:nth-of-type(55) {
  -webkit-animation-delay: -2750s;
  animation-delay: -2750s;
  -webkit-animation-duration: 55s;
  animation-duration: 55s;
  top: 225px;
  left: 680px;
}
.stars li:nth-of-type(56) {
  -webkit-animation-delay: -2800s;
  animation-delay: -2800s;
  -webkit-animation-duration: 56s;
  animation-duration: 56s;
  top: 57px;
  left: 1218px;
}
.stars li:nth-of-type(57) {
  -webkit-animation-delay: -2850s;
  animation-delay: -2850s;
  -webkit-animation-duration: 57s;
  animation-duration: 57s;
  top: 349px;
  left: 643px;
}
.stars li:nth-of-type(58) {
  -webkit-animation-delay: -2900s;
  animation-delay: -2900s;
  -webkit-animation-duration: 58s;
  animation-duration: 58s;
  top: 50px;
  left: 39px;
}
.stars li:nth-of-type(59) {
  -webkit-animation-delay: -2950s;
  animation-delay: -2950s;
  -webkit-animation-duration: 59s;
  animation-duration: 59s;
  top: 212px;
  left: 918px;
}
.stars li:nth-of-type(60) {
  -webkit-animation-delay: -3000s;
  animation-delay: -3000s;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  top: 331px;
  left: 752px;
}
.stars li:nth-of-type(61) {
  -webkit-animation-delay: -3050s;
  animation-delay: -3050s;
  -webkit-animation-duration: 61s;
  animation-duration: 61s;
  top: 485px;
  left: 808px;
}
.stars li:nth-of-type(62) {
  -webkit-animation-delay: -3100s;
  animation-delay: -3100s;
  -webkit-animation-duration: 62s;
  animation-duration: 62s;
  top: 354px;
  left: 70px;
}
.stars li:nth-of-type(63) {
  -webkit-animation-delay: -3150s;
  animation-delay: -3150s;
  -webkit-animation-duration: 63s;
  animation-duration: 63s;
  top: 180px;
  left: 202px;
}
.stars li:nth-of-type(64) {
  -webkit-animation-delay: -3200s;
  animation-delay: -3200s;
  -webkit-animation-duration: 64s;
  animation-duration: 64s;
  top: 539px;
  left: 1314px;
}
.stars li:nth-of-type(65) {
  -webkit-animation-delay: -3250s;
  animation-delay: -3250s;
  -webkit-animation-duration: 65s;
  animation-duration: 65s;
  top: 436px;
  left: 157px;
}
.stars li:nth-of-type(66) {
  -webkit-animation-delay: -3300s;
  animation-delay: -3300s;
  -webkit-animation-duration: 66s;
  animation-duration: 66s;
  top: 462px;
  left: 1037px;
}
.stars li:nth-of-type(67) {
  -webkit-animation-delay: -3350s;
  animation-delay: -3350s;
  -webkit-animation-duration: 67s;
  animation-duration: 67s;
  top: 149px;
  left: 515px;
}
.stars li:nth-of-type(68) {
  -webkit-animation-delay: -3400s;
  animation-delay: -3400s;
  -webkit-animation-duration: 68s;
  animation-duration: 68s;
  top: 1px;
  left: 823px;
}
.stars li:nth-of-type(69) {
  -webkit-animation-delay: -3450s;
  animation-delay: -3450s;
  -webkit-animation-duration: 69s;
  animation-duration: 69s;
  top: 135px;
  left: 200px;
}
.stars li:nth-of-type(70) {
  -webkit-animation-delay: -3500s;
  animation-delay: -3500s;
  -webkit-animation-duration: 70s;
  animation-duration: 70s;
  top: 473px;
  left: 852px;
}
.stars li:nth-of-type(71) {
  -webkit-animation-delay: -3550s;
  animation-delay: -3550s;
  -webkit-animation-duration: 71s;
  animation-duration: 71s;
  top: 492px;
  left: 827px;
}
.stars li:nth-of-type(72) {
  -webkit-animation-delay: -3600s;
  animation-delay: -3600s;
  -webkit-animation-duration: 72s;
  animation-duration: 72s;
  top: 174px;
  left: 975px;
}
.stars li:nth-of-type(73) {
  -webkit-animation-delay: -3650s;
  animation-delay: -3650s;
  -webkit-animation-duration: 73s;
  animation-duration: 73s;
  top: 557px;
  left: 890px;
}
.stars li:nth-of-type(74) {
  -webkit-animation-delay: -3700s;
  animation-delay: -3700s;
  -webkit-animation-duration: 74s;
  animation-duration: 74s;
  top: 354px;
  left: 1076px;
}
.stars li:nth-of-type(75) {
  -webkit-animation-delay: -3750s;
  animation-delay: -3750s;
  -webkit-animation-duration: 75s;
  animation-duration: 75s;
  top: 599px;
  left: 81px;
}
.stars li:nth-of-type(76) {
  -webkit-animation-delay: -3800s;
  animation-delay: -3800s;
  -webkit-animation-duration: 76s;
  animation-duration: 76s;
  top: 299px;
  left: 948px;
}
.stars li:nth-of-type(77) {
  -webkit-animation-delay: -3850s;
  animation-delay: -3850s;
  -webkit-animation-duration: 77s;
  animation-duration: 77s;
  top: 172px;
  left: 203px;
}
.stars li:nth-of-type(78) {
  -webkit-animation-delay: -3900s;
  animation-delay: -3900s;
  -webkit-animation-duration: 78s;
  animation-duration: 78s;
  top: 243px;
  left: 574px;
}
.stars li:nth-of-type(79) {
  -webkit-animation-delay: -3950s;
  animation-delay: -3950s;
  -webkit-animation-duration: 79s;
  animation-duration: 79s;
  top: 549px;
  left: 462px;
}
.stars li:nth-of-type(80) {
  -webkit-animation-delay: -4000s;
  animation-delay: -4000s;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
  top: 387px;
  left: 1058px;
}
.stars li:nth-of-type(81) {
  -webkit-animation-delay: -4050s;
  animation-delay: -4050s;
  -webkit-animation-duration: 81s;
  animation-duration: 81s;
  top: 135px;
  left: 762px;
}
.stars li:nth-of-type(82) {
  -webkit-animation-delay: -4100s;
  animation-delay: -4100s;
  -webkit-animation-duration: 82s;
  animation-duration: 82s;
  top: 146px;
  left: 19px;
}
.stars li:nth-of-type(83) {
  -webkit-animation-delay: -4150s;
  animation-delay: -4150s;
  -webkit-animation-duration: 83s;
  animation-duration: 83s;
  top: 451px;
  left: 1393px;
}
.stars li:nth-of-type(84) {
  -webkit-animation-delay: -4200s;
  animation-delay: -4200s;
  -webkit-animation-duration: 84s;
  animation-duration: 84s;
  top: 89px;
  left: 1312px;
}
.stars li:nth-of-type(85) {
  -webkit-animation-delay: -4250s;
  animation-delay: -4250s;
  -webkit-animation-duration: 85s;
  animation-duration: 85s;
  top: 93px;
  left: 775px;
}
.stars li:nth-of-type(86) {
  -webkit-animation-delay: -4300s;
  animation-delay: -4300s;
  -webkit-animation-duration: 86s;
  animation-duration: 86s;
  top: 143px;
  left: 421px;
}
.stars li:nth-of-type(87) {
  -webkit-animation-delay: -4350s;
  animation-delay: -4350s;
  -webkit-animation-duration: 87s;
  animation-duration: 87s;
  top: 187px;
  left: 1328px;
}
.stars li:nth-of-type(88) {
  -webkit-animation-delay: -4400s;
  animation-delay: -4400s;
  -webkit-animation-duration: 88s;
  animation-duration: 88s;
  top: 300px;
  left: 305px;
}
.stars li:nth-of-type(89) {
  -webkit-animation-delay: -4450s;
  animation-delay: -4450s;
  -webkit-animation-duration: 89s;
  animation-duration: 89s;
  top: 72px;
  left: 1172px;
}
.stars li:nth-of-type(90) {
  -webkit-animation-delay: -4500s;
  animation-delay: -4500s;
  -webkit-animation-duration: 90s;
  animation-duration: 90s;
  top: 18px;
  left: 977px;
}
.stars li:nth-of-type(91) {
  -webkit-animation-delay: -4550s;
  animation-delay: -4550s;
  -webkit-animation-duration: 91s;
  animation-duration: 91s;
  top: 436px;
  left: 850px;
}
.stars li:nth-of-type(92) {
  -webkit-animation-delay: -4600s;
  animation-delay: -4600s;
  -webkit-animation-duration: 92s;
  animation-duration: 92s;
  top: 31px;
  left: 1331px;
}
.stars li:nth-of-type(93) {
  -webkit-animation-delay: -4650s;
  animation-delay: -4650s;
  -webkit-animation-duration: 93s;
  animation-duration: 93s;
  top: 467px;
  left: 775px;
}
.stars li:nth-of-type(94) {
  -webkit-animation-delay: -4700s;
  animation-delay: -4700s;
  -webkit-animation-duration: 94s;
  animation-duration: 94s;
  top: 326px;
  left: 60px;
}
.stars li:nth-of-type(95) {
  -webkit-animation-delay: -4750s;
  animation-delay: -4750s;
  -webkit-animation-duration: 95s;
  animation-duration: 95s;
  top: 538px;
  left: 920px;
}
.stars li:nth-of-type(96) {
  -webkit-animation-delay: -4800s;
  animation-delay: -4800s;
  -webkit-animation-duration: 96s;
  animation-duration: 96s;
  top: 526px;
  left: 188px;
}
.stars li:nth-of-type(97) {
  -webkit-animation-delay: -4850s;
  animation-delay: -4850s;
  -webkit-animation-duration: 97s;
  animation-duration: 97s;
  top: 491px;
  left: 267px;
}
.stars li:nth-of-type(98) {
  -webkit-animation-delay: -4900s;
  animation-delay: -4900s;
  -webkit-animation-duration: 98s;
  animation-duration: 98s;
  top: 4px;
  left: 943px;
}
.stars li:nth-of-type(99) {
  -webkit-animation-delay: -4950s;
  animation-delay: -4950s;
  -webkit-animation-duration: 99s;
  animation-duration: 99s;
  top: 62px;
  left: 1165px;
}
.stars li:nth-of-type(100) {
  -webkit-animation-delay: -5000s;
  animation-delay: -5000s;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  top: 493px;
  left: 252px;
}
.stars li:nth-of-type(101) {
  -webkit-animation-delay: -5050s;
  animation-delay: -5050s;
  -webkit-animation-duration: 101s;
  animation-duration: 101s;
  top: 259px;
  left: 1262px;
}
.stars li:nth-of-type(102) {
  -webkit-animation-delay: -5100s;
  animation-delay: -5100s;
  -webkit-animation-duration: 102s;
  animation-duration: 102s;
  top: 36px;
  left: 403px;
}
.stars li:nth-of-type(103) {
  -webkit-animation-delay: -5150s;
  animation-delay: -5150s;
  -webkit-animation-duration: 103s;
  animation-duration: 103s;
  top: 257px;
  left: 934px;
}
.stars li:nth-of-type(104) {
  -webkit-animation-delay: -5200s;
  animation-delay: -5200s;
  -webkit-animation-duration: 104s;
  animation-duration: 104s;
  top: 123px;
  left: 270px;
}
.stars li:nth-of-type(105) {
  -webkit-animation-delay: -5250s;
  animation-delay: -5250s;
  -webkit-animation-duration: 105s;
  animation-duration: 105s;
  top: 494px;
  left: 583px;
}
.stars li:nth-of-type(106) {
  -webkit-animation-delay: -5300s;
  animation-delay: -5300s;
  -webkit-animation-duration: 106s;
  animation-duration: 106s;
  top: 330px;
  left: 1334px;
}
.stars li:nth-of-type(107) {
  -webkit-animation-delay: -5350s;
  animation-delay: -5350s;
  -webkit-animation-duration: 107s;
  animation-duration: 107s;
  top: 309px;
  left: 320px;
}
.stars li:nth-of-type(108) {
  -webkit-animation-delay: -5400s;
  animation-delay: -5400s;
  -webkit-animation-duration: 108s;
  animation-duration: 108s;
  top: 563px;
  left: 52px;
}
.stars li:nth-of-type(109) {
  -webkit-animation-delay: -5450s;
  animation-delay: -5450s;
  -webkit-animation-duration: 109s;
  animation-duration: 109s;
  top: 563px;
  left: 45px;
}
.stars li:nth-of-type(110) {
  -webkit-animation-delay: -5500s;
  animation-delay: -5500s;
  -webkit-animation-duration: 110s;
  animation-duration: 110s;
  top: 568px;
  left: 962px;
}
.stars li:nth-of-type(111) {
  -webkit-animation-delay: -5550s;
  animation-delay: -5550s;
  -webkit-animation-duration: 111s;
  animation-duration: 111s;
  top: 248px;
  left: 776px;
}
.stars li:nth-of-type(112) {
  -webkit-animation-delay: -5600s;
  animation-delay: -5600s;
  -webkit-animation-duration: 112s;
  animation-duration: 112s;
  top: 185px;
  left: 1159px;
}
.stars li:nth-of-type(113) {
  -webkit-animation-delay: -5650s;
  animation-delay: -5650s;
  -webkit-animation-duration: 113s;
  animation-duration: 113s;
  top: 417px;
  left: 361px;
}
.stars li:nth-of-type(114) {
  -webkit-animation-delay: -5700s;
  animation-delay: -5700s;
  -webkit-animation-duration: 114s;
  animation-duration: 114s;
  top: 346px;
  left: 259px;
}
.stars li:nth-of-type(115) {
  -webkit-animation-delay: -5750s;
  animation-delay: -5750s;
  -webkit-animation-duration: 115s;
  animation-duration: 115s;
  top: 366px;
  left: 326px;
}
.stars li:nth-of-type(116) {
  -webkit-animation-delay: -5800s;
  animation-delay: -5800s;
  -webkit-animation-duration: 116s;
  animation-duration: 116s;
  top: 79px;
  left: 774px;
}
.stars li:nth-of-type(117) {
  -webkit-animation-delay: -5850s;
  animation-delay: -5850s;
  -webkit-animation-duration: 117s;
  animation-duration: 117s;
  top: 529px;
  left: 1394px;
}
.stars li:nth-of-type(118) {
  -webkit-animation-delay: -5900s;
  animation-delay: -5900s;
  -webkit-animation-duration: 118s;
  animation-duration: 118s;
  top: 349px;
  left: 285px;
}
.stars li:nth-of-type(119) {
  -webkit-animation-delay: -5950s;
  animation-delay: -5950s;
  -webkit-animation-duration: 119s;
  animation-duration: 119s;
  top: 86px;
  left: 895px;
}
.stars li:nth-of-type(120) {
  -webkit-animation-delay: -6000s;
  animation-delay: -6000s;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  top: 177px;
  left: 155px;
}
.stars li:nth-of-type(121) {
  -webkit-animation-delay: -6050s;
  animation-delay: -6050s;
  -webkit-animation-duration: 121s;
  animation-duration: 121s;
  top: 256px;
  left: 730px;
}
.stars li:nth-of-type(122) {
  -webkit-animation-delay: -6100s;
  animation-delay: -6100s;
  -webkit-animation-duration: 122s;
  animation-duration: 122s;
  top: 415px;
  left: 750px;
}
.stars li:nth-of-type(123) {
  -webkit-animation-delay: -6150s;
  animation-delay: -6150s;
  -webkit-animation-duration: 123s;
  animation-duration: 123s;
  top: 68px;
  left: 468px;
}
.stars li:nth-of-type(124) {
  -webkit-animation-delay: -6200s;
  animation-delay: -6200s;
  -webkit-animation-duration: 124s;
  animation-duration: 124s;
  top: 386px;
  left: 826px;
}
.stars li:nth-of-type(125) {
  -webkit-animation-delay: -6250s;
  animation-delay: -6250s;
  -webkit-animation-duration: 125s;
  animation-duration: 125s;
  top: 331px;
  left: 606px;
}
.stars li:nth-of-type(126) {
  -webkit-animation-delay: -6300s;
  animation-delay: -6300s;
  -webkit-animation-duration: 126s;
  animation-duration: 126s;
  top: 201px;
  left: 450px;
}
.stars li:nth-of-type(127) {
  -webkit-animation-delay: -6350s;
  animation-delay: -6350s;
  -webkit-animation-duration: 127s;
  animation-duration: 127s;
  top: 527px;
  left: 813px;
}
.stars li:nth-of-type(128) {
  -webkit-animation-delay: -6400s;
  animation-delay: -6400s;
  -webkit-animation-duration: 128s;
  animation-duration: 128s;
  top: 448px;
  left: 987px;
}
.stars li:nth-of-type(129) {
  -webkit-animation-delay: -6450s;
  animation-delay: -6450s;
  -webkit-animation-duration: 129s;
  animation-duration: 129s;
  top: 551px;
  left: 1156px;
}
.stars li:nth-of-type(130) {
  -webkit-animation-delay: -6500s;
  animation-delay: -6500s;
  -webkit-animation-duration: 130s;
  animation-duration: 130s;
  top: 594px;
  left: 726px;
}
.stars li:nth-of-type(131) {
  -webkit-animation-delay: -6550s;
  animation-delay: -6550s;
  -webkit-animation-duration: 131s;
  animation-duration: 131s;
  top: 110px;
  left: 872px;
}
.stars li:nth-of-type(132) {
  -webkit-animation-delay: -6600s;
  animation-delay: -6600s;
  -webkit-animation-duration: 132s;
  animation-duration: 132s;
  top: 268px;
  left: 992px;
}
.stars li:nth-of-type(133) {
  -webkit-animation-delay: -6650s;
  animation-delay: -6650s;
  -webkit-animation-duration: 133s;
  animation-duration: 133s;
  top: 346px;
  left: 1203px;
}
.stars li:nth-of-type(134) {
  -webkit-animation-delay: -6700s;
  animation-delay: -6700s;
  -webkit-animation-duration: 134s;
  animation-duration: 134s;
  top: 371px;
  left: 1196px;
}
.stars li:nth-of-type(135) {
  -webkit-animation-delay: -6750s;
  animation-delay: -6750s;
  -webkit-animation-duration: 135s;
  animation-duration: 135s;
  top: 262px;
  left: 659px;
}
.stars li:nth-of-type(136) {
  -webkit-animation-delay: -6800s;
  animation-delay: -6800s;
  -webkit-animation-duration: 136s;
  animation-duration: 136s;
  top: 256px;
  left: 1159px;
}
.stars li:nth-of-type(137) {
  -webkit-animation-delay: -6850s;
  animation-delay: -6850s;
  -webkit-animation-duration: 137s;
  animation-duration: 137s;
  top: 372px;
  left: 929px;
}
.stars li:nth-of-type(138) {
  -webkit-animation-delay: -6900s;
  animation-delay: -6900s;
  -webkit-animation-duration: 138s;
  animation-duration: 138s;
  top: 491px;
  left: 725px;
}
.stars li:nth-of-type(139) {
  -webkit-animation-delay: -6950s;
  animation-delay: -6950s;
  -webkit-animation-duration: 139s;
  animation-duration: 139s;
  top: 299px;
  left: 101px;
}
.stars li:nth-of-type(140) {
  -webkit-animation-delay: -7000s;
  animation-delay: -7000s;
  -webkit-animation-duration: 140s;
  animation-duration: 140s;
  top: 69px;
  left: 131px;
}
.stars li:nth-of-type(141) {
  -webkit-animation-delay: -7050s;
  animation-delay: -7050s;
  -webkit-animation-duration: 141s;
  animation-duration: 141s;
  top: 160px;
  left: 550px;
}
.stars li:nth-of-type(142) {
  -webkit-animation-delay: -7100s;
  animation-delay: -7100s;
  -webkit-animation-duration: 142s;
  animation-duration: 142s;
  top: 19px;
  left: 104px;
}
.stars li:nth-of-type(143) {
  -webkit-animation-delay: -7150s;
  animation-delay: -7150s;
  -webkit-animation-duration: 143s;
  animation-duration: 143s;
  top: 44px;
  left: 554px;
}
.stars li:nth-of-type(144) {
  -webkit-animation-delay: -7200s;
  animation-delay: -7200s;
  -webkit-animation-duration: 144s;
  animation-duration: 144s;
  top: 327px;
  left: 549px;
}
.stars li:nth-of-type(145) {
  -webkit-animation-delay: -7250s;
  animation-delay: -7250s;
  -webkit-animation-duration: 145s;
  animation-duration: 145s;
  top: 275px;
  left: 697px;
}
.stars li:nth-of-type(146) {
  -webkit-animation-delay: -7300s;
  animation-delay: -7300s;
  -webkit-animation-duration: 146s;
  animation-duration: 146s;
  top: 318px;
  left: 390px;
}
.stars li:nth-of-type(147) {
  -webkit-animation-delay: -7350s;
  animation-delay: -7350s;
  -webkit-animation-duration: 147s;
  animation-duration: 147s;
  top: 345px;
  left: 1263px;
}
.stars li:nth-of-type(148) {
  -webkit-animation-delay: -7400s;
  animation-delay: -7400s;
  -webkit-animation-duration: 148s;
  animation-duration: 148s;
  top: 74px;
  left: 1286px;
}
.stars li:nth-of-type(149) {
  -webkit-animation-delay: -7450s;
  animation-delay: -7450s;
  -webkit-animation-duration: 149s;
  animation-duration: 149s;
  top: 260px;
  left: 893px;
}
.stars li:nth-of-type(150) {
  -webkit-animation-delay: -7500s;
  animation-delay: -7500s;
  -webkit-animation-duration: 150s;
  animation-duration: 150s;
  top: 86px;
  left: 388px;
}
.stars li:nth-of-type(151) {
  -webkit-animation-delay: -7550s;
  animation-delay: -7550s;
  -webkit-animation-duration: 151s;
  animation-duration: 151s;
  top: 20px;
  left: 743px;
}
.stars li:nth-of-type(152) {
  -webkit-animation-delay: -7600s;
  animation-delay: -7600s;
  -webkit-animation-duration: 152s;
  animation-duration: 152s;
  top: 531px;
  left: 1114px;
}
.stars li:nth-of-type(153) {
  -webkit-animation-delay: -7650s;
  animation-delay: -7650s;
  -webkit-animation-duration: 153s;
  animation-duration: 153s;
  top: 565px;
  left: 1099px;
}
.stars li:nth-of-type(154) {
  -webkit-animation-delay: -7700s;
  animation-delay: -7700s;
  -webkit-animation-duration: 154s;
  animation-duration: 154s;
  top: 363px;
  left: 432px;
}
.stars li:nth-of-type(155) {
  -webkit-animation-delay: -7750s;
  animation-delay: -7750s;
  -webkit-animation-duration: 155s;
  animation-duration: 155s;
  top: 135px;
  left: 159px;
}
.stars li:nth-of-type(156) {
  -webkit-animation-delay: -7800s;
  animation-delay: -7800s;
  -webkit-animation-duration: 156s;
  animation-duration: 156s;
  top: 445px;
  left: 21px;
}
.stars li:nth-of-type(157) {
  -webkit-animation-delay: -7850s;
  animation-delay: -7850s;
  -webkit-animation-duration: 157s;
  animation-duration: 157s;
  top: 494px;
  left: 1050px;
}
.stars li:nth-of-type(158) {
  -webkit-animation-delay: -7900s;
  animation-delay: -7900s;
  -webkit-animation-duration: 158s;
  animation-duration: 158s;
  top: 322px;
  left: 38px;
}
.stars li:nth-of-type(159) {
  -webkit-animation-delay: -7950s;
  animation-delay: -7950s;
  -webkit-animation-duration: 159s;
  animation-duration: 159s;
  top: 429px;
  left: 387px;
}
.stars li:nth-of-type(160) {
  -webkit-animation-delay: -8000s;
  animation-delay: -8000s;
  -webkit-animation-duration: 160s;
  animation-duration: 160s;
  top: 509px;
  left: 587px;
}
.stars li:nth-of-type(161) {
  -webkit-animation-delay: -8050s;
  animation-delay: -8050s;
  -webkit-animation-duration: 161s;
  animation-duration: 161s;
  top: 478px;
  left: 998px;
}
.stars li:nth-of-type(162) {
  -webkit-animation-delay: -8100s;
  animation-delay: -8100s;
  -webkit-animation-duration: 162s;
  animation-duration: 162s;
  top: 489px;
  left: 350px;
}
.stars li:nth-of-type(163) {
  -webkit-animation-delay: -8150s;
  animation-delay: -8150s;
  -webkit-animation-duration: 163s;
  animation-duration: 163s;
  top: 357px;
  left: 860px;
}
.stars li:nth-of-type(164) {
  -webkit-animation-delay: -8200s;
  animation-delay: -8200s;
  -webkit-animation-duration: 164s;
  animation-duration: 164s;
  top: 249px;
  left: 1350px;
}
.stars li:nth-of-type(165) {
  -webkit-animation-delay: -8250s;
  animation-delay: -8250s;
  -webkit-animation-duration: 165s;
  animation-duration: 165s;
  top: 172px;
  left: 215px;
}
.stars li:nth-of-type(166) {
  -webkit-animation-delay: -8300s;
  animation-delay: -8300s;
  -webkit-animation-duration: 166s;
  animation-duration: 166s;
  top: 494px;
  left: 639px;
}
.stars li:nth-of-type(167) {
  -webkit-animation-delay: -8350s;
  animation-delay: -8350s;
  -webkit-animation-duration: 167s;
  animation-duration: 167s;
  top: 359px;
  left: 852px;
}
.stars li:nth-of-type(168) {
  -webkit-animation-delay: -8400s;
  animation-delay: -8400s;
  -webkit-animation-duration: 168s;
  animation-duration: 168s;
  top: 578px;
  left: 924px;
}
.stars li:nth-of-type(169) {
  -webkit-animation-delay: -8450s;
  animation-delay: -8450s;
  -webkit-animation-duration: 169s;
  animation-duration: 169s;
  top: 180px;
  left: 454px;
}
.stars li:nth-of-type(170) {
  -webkit-animation-delay: -8500s;
  animation-delay: -8500s;
  -webkit-animation-duration: 170s;
  animation-duration: 170s;
  top: 233px;
  left: 1086px;
}
.stars li:nth-of-type(171) {
  -webkit-animation-delay: -8550s;
  animation-delay: -8550s;
  -webkit-animation-duration: 171s;
  animation-duration: 171s;
  top: 100px;
  left: 473px;
}
.stars li:nth-of-type(172) {
  -webkit-animation-delay: -8600s;
  animation-delay: -8600s;
  -webkit-animation-duration: 172s;
  animation-duration: 172s;
  top: 235px;
  left: 1180px;
}
.stars li:nth-of-type(173) {
  -webkit-animation-delay: -8650s;
  animation-delay: -8650s;
  -webkit-animation-duration: 173s;
  animation-duration: 173s;
  top: 324px;
  left: 46px;
}
.stars li:nth-of-type(174) {
  -webkit-animation-delay: -8700s;
  animation-delay: -8700s;
  -webkit-animation-duration: 174s;
  animation-duration: 174s;
  top: 376px;
  left: 1044px;
}
.stars li:nth-of-type(175) {
  -webkit-animation-delay: -8750s;
  animation-delay: -8750s;
  -webkit-animation-duration: 175s;
  animation-duration: 175s;
  top: 257px;
  left: 666px;
}
.stars li:nth-of-type(176) {
  -webkit-animation-delay: -8800s;
  animation-delay: -8800s;
  -webkit-animation-duration: 176s;
  animation-duration: 176s;
  top: 79px;
  left: 369px;
}
.stars li:nth-of-type(177) {
  -webkit-animation-delay: -8850s;
  animation-delay: -8850s;
  -webkit-animation-duration: 177s;
  animation-duration: 177s;
  top: 241px;
  left: 231px;
}
.stars li:nth-of-type(178) {
  -webkit-animation-delay: -8900s;
  animation-delay: -8900s;
  -webkit-animation-duration: 178s;
  animation-duration: 178s;
  top: 17px;
  left: 254px;
}
.stars li:nth-of-type(179) {
  -webkit-animation-delay: -8950s;
  animation-delay: -8950s;
  -webkit-animation-duration: 179s;
  animation-duration: 179s;
  top: 448px;
  left: 1314px;
}
.stars li:nth-of-type(180) {
  -webkit-animation-delay: -9000s;
  animation-delay: -9000s;
  -webkit-animation-duration: 180s;
  animation-duration: 180s;
  top: 515px;
  left: 1281px;
}
.stars li:nth-of-type(181) {
  -webkit-animation-delay: -9050s;
  animation-delay: -9050s;
  -webkit-animation-duration: 181s;
  animation-duration: 181s;
  top: 297px;
  left: 848px;
}
.stars li:nth-of-type(182) {
  -webkit-animation-delay: -9100s;
  animation-delay: -9100s;
  -webkit-animation-duration: 182s;
  animation-duration: 182s;
  top: 14px;
  left: 245px;
}
.stars li:nth-of-type(183) {
  -webkit-animation-delay: -9150s;
  animation-delay: -9150s;
  -webkit-animation-duration: 183s;
  animation-duration: 183s;
  top: 124px;
  left: 1118px;
}
.stars li:nth-of-type(184) {
  -webkit-animation-delay: -9200s;
  animation-delay: -9200s;
  -webkit-animation-duration: 184s;
  animation-duration: 184s;
  top: 314px;
  left: 1136px;
}
.stars li:nth-of-type(185) {
  -webkit-animation-delay: -9250s;
  animation-delay: -9250s;
  -webkit-animation-duration: 185s;
  animation-duration: 185s;
  top: 384px;
  left: 923px;
}
.stars li:nth-of-type(186) {
  -webkit-animation-delay: -9300s;
  animation-delay: -9300s;
  -webkit-animation-duration: 186s;
  animation-duration: 186s;
  top: 384px;
  left: 187px;
}
.stars li:nth-of-type(187) {
  -webkit-animation-delay: -9350s;
  animation-delay: -9350s;
  -webkit-animation-duration: 187s;
  animation-duration: 187s;
  top: 276px;
  left: 574px;
}
.stars li:nth-of-type(188) {
  -webkit-animation-delay: -9400s;
  animation-delay: -9400s;
  -webkit-animation-duration: 188s;
  animation-duration: 188s;
  top: 18px;
  left: 166px;
}
.stars li:nth-of-type(189) {
  -webkit-animation-delay: -9450s;
  animation-delay: -9450s;
  -webkit-animation-duration: 189s;
  animation-duration: 189s;
  top: 57px;
  left: 240px;
}
.stars li:nth-of-type(190) {
  -webkit-animation-delay: -9500s;
  animation-delay: -9500s;
  -webkit-animation-duration: 190s;
  animation-duration: 190s;
  top: 38px;
  left: 834px;
}
.stars li:nth-of-type(191) {
  -webkit-animation-delay: -9550s;
  animation-delay: -9550s;
  -webkit-animation-duration: 191s;
  animation-duration: 191s;
  top: 36px;
  left: 393px;
}
.stars li:nth-of-type(192) {
  -webkit-animation-delay: -9600s;
  animation-delay: -9600s;
  -webkit-animation-duration: 192s;
  animation-duration: 192s;
  top: 398px;
  left: 430px;
}
.stars li:nth-of-type(193) {
  -webkit-animation-delay: -9650s;
  animation-delay: -9650s;
  -webkit-animation-duration: 193s;
  animation-duration: 193s;
  top: 229px;
  left: 808px;
}
.stars li:nth-of-type(194) {
  -webkit-animation-delay: -9700s;
  animation-delay: -9700s;
  -webkit-animation-duration: 194s;
  animation-duration: 194s;
  top: 562px;
  left: 128px;
}
.stars li:nth-of-type(195) {
  -webkit-animation-delay: -9750s;
  animation-delay: -9750s;
  -webkit-animation-duration: 195s;
  animation-duration: 195s;
  top: 75px;
  left: 1208px;
}
.stars li:nth-of-type(196) {
  -webkit-animation-delay: -9800s;
  animation-delay: -9800s;
  -webkit-animation-duration: 196s;
  animation-duration: 196s;
  top: 165px;
  left: 1342px;
}
.stars li:nth-of-type(197) {
  -webkit-animation-delay: -9850s;
  animation-delay: -9850s;
  -webkit-animation-duration: 197s;
  animation-duration: 197s;
  top: 299px;
  left: 1154px;
}
.stars li:nth-of-type(198) {
  -webkit-animation-delay: -9900s;
  animation-delay: -9900s;
  -webkit-animation-duration: 198s;
  animation-duration: 198s;
  top: 166px;
  left: 976px;
}
.stars li:nth-of-type(199) {
  -webkit-animation-delay: -9950s;
  animation-delay: -9950s;
  -webkit-animation-duration: 199s;
  animation-duration: 199s;
  top: 443px;
  left: 346px;
}
.stars li:nth-of-type(200) {
  -webkit-animation-delay: -10000s;
  animation-delay: -10000s;
  -webkit-animation-duration: 200s;
  animation-duration: 200s;
  top: 374px;
  left: 494px;
}
.stars li {
  -webkit-animation-name: stars;
  animation-name: stars;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(-135deg) scale(1.2, 1.2);
  transform: rotate(-135deg) scale(1.2, 1.2);
  height: 10px;
  width: 10px;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  height: 2px;
  width: 2px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px white;
  left: 10px;
  top: 10px;
  z-index: 0;
}
@media all and (max-width: 680px)  {
	.rocket img{ 
		width:35%;
	}
	.center img{
		height:120px;		
	}
	.center{
		margin: 40px auto 0;
	}
	.flames {
		top: 110px;
	}
}
@media all and (max-width: 480px)  {
	.rocket img{ 
		width:25%;
		margin-left: 0;
	}
	.center img{
		height:120px;		
	}
	.center{
		margin: 0px auto 0;
	}
	.flames {
		top: 110px;
	}
	.rocket{
		margin:0 auto;
	}
}
@media all and (max-width: 320px)  {
	.rocket img{ 
		width:30%;
		margin-left: 0;
	}
	.rocket{
		margin:0 auto;
	}
	.center img{
		height:120px;		
	}
	.center{
		margin: 220px 0 0 20px;
	}
	.flames {
		top: 110px;
	}
	.down img{
		width:320px;
	}
	.down{
		left: 0;
		margin-bottom: 15px;
		margin-left: 0px;
	
	}
} */
