* {
  padding: 0;
  margin: 0;
}
body {
  background: linear-gradient(112.99deg, #d0fe18 6.45%, #c2f200 82.43%);
}
.other {
  margin:0 auto;
  text-align: center;
  width:400px;
  color:#333;
  padding: 20px 0 8px 0;
}
.other span:nth-child(2){
  margin:0 4px;
}
.other a {
  text-decoration: none;
}
.main {
  overflow: hidden;
  height: 100vh;
  background-image: url("./assets/bgimg.e0ef797.png");
  /* background-repeat: no-repeat; */
  background-position: center;
  background-size: cover;
  text-align: center;
}

.main .logo {
  display: block;
  width: 198px;
  margin: 180px auto 54px;
}

.main .title {
  width: 620px;
}

.store-list {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top:30px;
}

.store-list .app {
  width: 224px;
  height: 80px;
  background-size: 100% 100%;
  cursor: pointer;
}

.store-list .app.apple {
  background-image: url(./assets/download_app.93e21de.png);
}

.store-list .app.android {
  background-image: url(./assets/download_app_android.png);
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  font-size: 12px;
  font-weight: lighter;
  padding: 0 6px;
}

.footer > a {
  color: #000;
  text-decoration: none;
}

.footer > a:hover {
  color: #666;
}

@media screen and (max-width: 800px) {
  .main .logo {
    width: 40%;
    margin-top: 20vh;
  }
  .main .title {
    width: 90%;
  }

  .main .store-list {
    gap: 20px;
  }

  .store-list .app {
    width: 167.75px;
    height: 55px;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .footer {
    bottom: 2vh;
  }
}
