body {
  font-family: "Space Mono", monospace;
}

a:focus,
a:hover {
  color: #b3bbc1 !important;
}

a {
  color: #f8f9fa !important;
  color: #d4e8fd !important;
}
.text-light {
  color: #d4e8fd !important;
}

.bg-dark {
  background-color: #000 !important;
}

.container {
  overflow: hidden;
}

#headerw {
  overflow: hidden;
}

.logo {
  width: 42px;
  height: 42px;
  margin-right: 4px;
  image-rendering: -webkit-optimize-contrast;
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

.stars,
.twinkling,
.clouds {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background-image: url(/asset/stars.png);
  background-repeat: repeat;
  background-position: top center;
  z-index: 0;
}

.twinkling {
  background-image: url(/asset/twinkling.png);
  background-repeat: repeat;
  background-position: top center;
  z-index: 1;

  -moz-animation: move-twink-back 400s linear infinite;
  -ms-animation: move-twink-back 400s linear infinite;
  -o-animation: move-twink-back 400s linear infinite;
  -webkit-animation: move-twink-back 400s linear infinite;
  animation: move-twink-back 400s linear infinite;
}

.spaceship-main {
  background-image: url(/asset/CryptoSpaceship-242-448x448.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}

.hspaceship {
  background-image: url(/asset/CryptoSpaceship-4487-448x448.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 50px;
  position: absolute;
  z-index: 3;
  background-size: cover;
}

.spaceship2 {
  top: 20%;
  left: 75%;
  opacity: 0.4;
}
.spaceship3 {
  background-image: url(/asset/CryptoSpaceship-9461-448x448.png);

  left: 20%;
  top: 25%;
  opacity: 0.2;
}

.spaceship4 {
  background-image: url(/asset/CryptoSpaceship-2494-448x448.png);

  left: 60%;
  top: 35%;
  opacity: 0.2;
}

.spaceship5 {
  background-image: url(/asset/CryptoSpaceship-3491-448x448.png);

  left: 50%;
  top: 13%;
  opacity: 0.3;
}

#header {
  z-index: 99;
  position: relative;
}

#what {
  z-index: 99;
  position: relative;
  margin-top: 0;
}

@media (min-width: 768px) {
  #what {
    margin-top: 15rem;
  }
}

.getiton {
}

.getiton h3 {
  height: 48px;
}

.getiton h3 span {
  display: block;
  float: left;
  line-height: 48px;
  margin-right: 1rem;
}

.getiton h3 a {
  display: block;
  float: left;
}

.getiton h3 img {
  height: 48px;
}

#generator {
  background-size: auto;
  background-image: url(/asset/spaceship-generator-example-plan-A.png);
  -webkit-transition: background-image 0.2s ease-in;
  -moz-transition: background-image 0.2s ease-in;
  -o-transition: background-image 0.2s ease-in;
  -ms-transition: background-image 0.2s ease-in;
  transition: background-image 0.2s ease-in;
}

.spaceship-generator-example {
  background-color: #1c252dc2;
}

#roadmap {
}

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4e8fd;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  background: #323b44;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #d4e8fd;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

#experiment {
  background-color: #d4e8fd;
}

.experiment-box {
  background: #d4e8fd !important;
  color: black;
  padding: 48px;
  border-radius: 10px;
}

.question p,
.result p {
}

#viewon {
}

#viewon .opensea-logo {
  display: block;
  margin-bottom: 1rem;
}

#viewon .opensea-logo img {
  height: 80px;
}

#faq {
}

.accordion-item {
  background-color: #000;
  border: 1px solid rgb(212 232 253);
}

#footer {
}

.backtotop {
  line-height: 30px;
}

.social-icon {
  color: white;
}

.github {
  width: 30px;
  height: 100%;
  color: white;
}

.twitter {
}

.twitter svg {
  height: 100%;
  width: 30px;
  color: white;
}

.discord {
  height: 24px;
  display: block;
}
.discord svg {
  height: 100%;
  width: 100%;
}
