html {
    font-size: 16px;
  }
  body {
    font-family: Arial, sans-serif;
    background-image: url("./smallPlane.webp");
    background-size: 7.5rem auto;
    background-repeat: no-repeat;
    background-color: #932BBE;
    background-position: center top;
    color: white;
    width: 7.5rem;
    height: 13.34rem;
    min-height: 100vh;
    margin: 0 auto;
    text-align: center;
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4;
  }
  .wrapper {
    position: relative;
    padding-top: 1rem;
    height: 13.34rem;
    min-height: 100vh;
    box-sizing: border-box;
  }
  h1 {
    color: #ffd700;
    font-size: 0.5rem;
    margin-bottom: 0.625rem;
  }
  .countdown {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.2rem;
    margin-top: 1rem;  
    margin-bottom: 6.5rem;
  }
  .countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .countdown-label {
    font-size: 0.4rem;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
    color: #ffff;
  }
  .countdown-box {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.22rem;
    border-radius: 0.1rem;
    font-size: 0.7rem;
    width: 1rem;
    height: 1rem;
    color: #FFE473;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .countdown-box .colon {
    font-size: 0.7rem;
    line-height: 1.36rem;
    margin-bottom: 0.2rem;
  }
  .countdown-box .colon {
    font-size: 0.7rem;
    line-height: 1.36rem;
  }
  .colon {
    font-size: 0.7rem;
    line-height: 1.36rem;
    margin-bottom: 0.2rem;
  }
  .jackpot-info {
    margin-top: 0.625rem;
    font-size: 0.43rem;
    color: #ff9182;
  }
  .yellow {
    color: #ffe124;
    font-size: 0.56rem;
  }
  .register-info {
    font-size: 0.43rem;
    color: #ff9182;
  }
  .treasure-image {
    margin-bottom: 0.4rem;
  }
  .treasure-image img {
    max-width: 100%;
    height: auto;
  }
  .download-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.25rem;
    cursor: pointer;
    animation: breathe 1s infinite alternate;
    margin: auto;
  }
  .AdjustTracker {
    display: none;
  }
  .download-button img {
    width: 100%;
  }
  @keyframes breathe {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  .plus {
    font-size: 0.78rem;
    color: #ff9182;
    height: 0.625rem;
    padding: 0;
    margin: 0;
    line-height: 0.78rem;
  }
  .license {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    right: 0;
    font-size: 0.18rem;
    margin-top: 0.4rem;
    text-align: center;
  }
  #appInstallPromotion {
    font-size: 1.16rem;
  }
  