.modal-body {
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
 }
 
 .modal-body:hover{overflow-y:auto;}
 
 .popupheader {
 background-color: #f3ba2f;
 color: rgb(24, 26, 32);
 border: none;
 }
 
 .bro {
   display: inline;
   margin: 0 auto;
   color: #000000;
   font-size: 15px;
   text-align: center;
 }
 
 .fade {
  opacity: 1;
  -webkit-transaction: opacity 1s linear;
  transaction: opacity 1s linear;
 }
 
 .logo {
      width:100%;
      }
      
 .ethereum {
 position: inline;
  height: 20px;
 }
 
 .bnb{
 position: inline;
  height: 20px;
 }
      
 .wallet {
       width:160px;
       margin: 0 auto;
       height:160px;
       border-radius: 8px;
       display: block;
       }
      
 .contract{
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 font-size: 13px;
 color: #1a1a1a;
 text-align: center;
 }
      
 .dex-background {
       display: block;
       background-color: rgb(245, 245, 245);
 }
      
 .dex {
   display: block;
   height: 80px;
   margin: 0 auto;
 }
     