.List {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 550;
    letter-spacing: 2px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0.4rem;
  }
  
  .howBox {
    margin-top: 1rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
  }
  .howBox.hide {
    display: none;
  }
  .howText {
    color: #61ce70;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .apyHeader {
    color: #61ce70;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: -0rem;  /* Adjust this value as per your needs */
  
  }
  
  .apyText {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 300;
    margin-top: 0rem;
    padding-right: 0.8rem;
  }
  
  .paraText {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 300;
    margin-top: 0rem;
    padding-right: 0.8rem;
  }
  
  
  .snipeText {
    color: #6ec1e4;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underLine;
  }
  
  .navBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    background-color: #1d1d28;
    max-width: 100vw;
  }
  
  .navSBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .connectBox {
    display: flex;
    align-items: center;
    margin-left: 3rem;
    margin-right: 3rem;
    height: 2.2rem;
    border-radius: 0.2rem;
    background-color: #54595f;
  }
  
  
  @media (max-width: 800px) {
    .connectBox {
      margin-left: 3rem;
      margin-right: 3rem;
    }
  }
  
  .main.content{
    margin-top: 5rem;
  }
  
  .connectWalletButton{
    display: inline-flex !important;
    height: 32px !important;
    padding: 12px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
    border-radius: 4px !important;
    background:  #2E2E39 !important;
    align-self: center;
    margin-left: 10px !important;
  }
  .connectWalletButton p{
    color: #000 !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 21px !important;
  }
  @media (min-width: 1536px){
    .appContainer {
        max-width: 1900px !important;
    }
  }
  @media screen and (min-width: 786px) {
    .main.content{
      margin-top: 6rem;
    }
  }
  @media screen and (max-width: 700px) {
    .navBox {
      display: flex;
      align-items: center;
      background-color: #1d1d28;
      max-width: 100vw;
      left : 0;
    }
    .footer{
      padding: 0 40px;
    }
  }
  .footerText {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    margin-top: 1.3rem;
    margin-left: 0%;
    align-items: center;
    justify-content: center;
  }