@import url('https://db.onlinewebfonts.com/c/d05c19ccecf7003d248c60ffd6b5e8f7?family=Binance+PLEX');

body {
    font-family:"Binance Plex", sans-serif;
    background-color: #000000;
  }
  
  .logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  h3 {
    margin: 0;
    font-size: 1.2rem;
  }
  .card{
    background-color: #373232;
  }
  .card-header {
    text-align: center;
    background-color: #4e4747;
  }
  
  .badges {
    display: flex;
    justify-content: center;
  }
  
  .badge {
    margin: 0 5px;
  }
  
  .card-body {
    font-size: 0.9rem;
    color: #555;
  }
  
  .footer {
    margin-top: 15px;
  }
  
  .coin-logo {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

 