#addWallet {
    position: fixed;
    display: grid;
    grid-template-columns: auto auto;
    bottom: 140px;
    width: 100%;
    background-color: #e6e5e5;
    padding: 10px;
    text-align: center;
    margin-top: 80px;
  left: 0;
  }
  .render div {
    margin-bottom: 30px; /* Отступ между строками */
    padding: 5px;        /* Внутренние отступы */
    
  }
  .render{
    
    padding: 20px;
  }
  
  #send-form {
    position: fixed;
    bottom: 0;
  
    display: grid;
    grid-template-columns: auto auto auto;
    place-items: center;
    width: 100%;
    font-size: 26px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #e6e5e5;
    
  }