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;
  }

  .content {
    padding: 0 40px;
  }

  .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;
  }

  .screenshot {
    max-width: min(800px, 100%);
    margin-top: 50px;
  }

  video {
    max-width: 250px;
    margin: 30px 0;
    padding: 10px;
    border: 1px solid #777;
  }

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

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

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

  .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;
  }

  .download-buttons img {
    margin-left: 10px;
    margin-right: 10px;
  }

  @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;
    }
  }

/* help */

ol li {
  line-height: 2.0em;
}

.help-list li {
  line-height: 1.8em;
}


/* footer */

footer {
  font-size: 0.8em;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0d0f13;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

footer ul {
  list-style: none;
  line-height: 2em;
  margin: 0 5em 0 0;
  padding: 0;
}

.footer-links {
  display: flex;
  justify-content: space-between;
}

.footer-copyright {
  color: #aaa;
  text-align: right;
}

.footercolumnheader {
  font-weight: bold;
}

footer,
footer a {
  color: #a9b1b5;
}