body {
  background-color: #0a0c10;
  font-family: "SF Pro Text", system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Calibri, Helvetica;
  color: #f0f3f6;
  margin: 0;
}

p {
  line-height: 1.5em;
}

li {
  line-height: 1.5em;
}

.text-list li {
  margin-bottom: 20px;
}

.box {
  margin: auto;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .box {
    width: 90%;
  }
}

.center {
  text-align: center;
}

a {
  color: rgb(162, 125, 242);
  text-decoration: none;
}

.cta-button {
    background-color: #475368;
    border: none;
    padding: 10px 20px;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
}

footer,
footer a {
  color: #a9b1b5;
}

footer {
  font-size: 0.8em;
  text-align: center;
  margin-top: 50px;
}

.screenshot {
  max-width: 100%;
  margin: 30px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 5em 3em 3em 3em;
}

.divider {
  background-color: rgb(49, 52, 55);
  height: 1px;
  width: 100%;
}

.logo {
  font-family: Helvetica Neue;
  font-weight: 300;
  font-size: 80px;
  margin-top: 10px;
}

.header-logo {
  font-family: Helvetica Neue;
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
}

.hue-anim {
  color: transparent;
  background-image: linear-gradient(90deg, #d84d23, #ffc370);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

#main-logo-img {
  margin-top: 50px;
}

.sticky {
  position: fixed;
  background: rgba(13, 16, 20, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  top: 0;
  left: 0;
  display: flex;
  z-index: 100;
  justify-content: space-between;
  width: 100%;
}

.sticky-logo {
  align-items: center;
  display: flex;
  z-index: 1;
  margin-left: 3em;
}

.sticky-logo img {
  margin-right: 12px;
}

.sticky:before {
  background: radial-gradient(62.87% 100% at 50% 100%,rgba(255,0,255,.52) 0%,rgba(255,0,255,0) 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-animation: hue 10s infinite linear;
}

.opacity-zero {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.opacity-one {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.download {
  align-items: center;
  display: flex;
}

.navigation {
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  position: fixed;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 8px;
}

.navigation a {
  color: #ffffff;
}

.navigation a:hover {
  color: #bbb;
}

.navigation ul {
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 2em;
/*  border-radius: 1.2em;
  border: 1px solid hsla(0,0%,100%,.2); */
  padding: 10px 30px;
  margin: 0;
}

.navigation-item {
  display: inline-flex;
}

.download {
  margin-right: 3em;
}

.download img {
  opacity: 0.9;
}

.bigtext {
  font-size: 40px;
  font-weight: 400;
  color: transparent;
  background-image: linear-gradient(180deg, #ffffff, #585858);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bigtextlist {
  font-size: 24px;
  text-align: left;
}

.bigtextlist li {
  color: transparent;
  background-image: linear-gradient(180deg, #ffffff, #585858);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mediumtext {
  color: #e2e2e2;
  font-size: 22px;
  font-weight: 300;
}

.non-main-margin {
  margin-top: 100px;
}

@media screen and (max-width: 700px) {
  .sticky-logo {
    margin-left: 1em;
  }

  .footer-bottom {
    padding: 5em 1em 3em 1em;
  }

  .download {
    margin-right: 1em;
    display: none;
  }

  .header-logo {
    display: none;
  }
}
