  body {
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-family: Arial;
      background: #000;
      color: #fff;
      line-height: 1.5;
  }
  p {
    max-width: 672px;
    margin: 0 auto;
  }
  a, .logo {
      color: #FF2D55 !important;
      text-decoration: none;
  }
  h2 {
    font-size: 26px;
    color: #FF2D55 !important;
  }
  .logo {
    display: flex;
    align-items: center;
    font-size: 75px;
    margin: 0;
    margin-left: 1rem;
  }
  .logo img {
      width: 113px;
      height: 113px;
  }
  @media (max-width: 767px) {
      .logo {
          font-size: 55px;
          max-width: 100%;
      }
  }
  main {
    position: relative;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 672px;
  }
  main::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 10rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    content: '';
  }
  .content {
    position: relative;
    z-index: 2;
  }
  .content-bare {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .fx {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  header {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #222;
    background: rgba(0,0,0, .8);
  }
  footer {
    position: relative;
    z-index: 2;
    border-top: 1px solid #222;
    margin-top: 40px;
    padding: 40px 0 32px;
    font-size: 12px;
    text-align: center;
    background: #000;
    color: #333;
  }
  .footer_links {
    padding: 0;
    display: inline-flex;
    gap: 30px;
    list-style: none;
    text-align: center;
  }
  footer a:hover {
    border-bottom: 1px solid #fff;
  }
  .appStore-link {
    cursor: pointer;
    border: none !important;
  }

