*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'poppins'; */
  }

html,body{
    background-color:#121212;
    text-align: center;
    /* overflow-x: hidden; */
    width: 100%;
}
#leaderboard{
    width: 100%;
    height: 100%;
    /* background-color:red; */
}
#table2{
   
    font-family: 'montserrat';
    letter-spacing: 0.3px;
   width: 100%;

  
    /* background-color: blue; */
    border-radius: 0.3rem;
    padding: 1rem;
    margin-top: 1.5rem;
}

.headings{
    font-family: 'montserrat';
    text-align: center;
    font-weight: 300;
   color:white;
    letter-spacing: 1px;
  }
  th{
    text-align: center;
    font-size: 0.65rem;
    font-weight: 500;
    /* background-color: blue; */
    /* width: auto; */

    
  }
  td{
    text-align: center;
    font-size: 0.65rem;
    font-weight: 400;
    margin: 5px 0;
    width: auto;
    /* background-color: yellow; */
  }