body{

    background-color: black;
    color:white;
    margin-left:40px;
    margin-right:40px;
}
.tbl{
    text-align: center; margin:auto;
}
.tbl td{
    padding:10px;
    color:aqua;
    font-weight:bold;
}.tbl td a{
   
    color:aqua;
  text-decoration: none;
}
.tbl td img{width:100%;}
#news-container
{width: 600px;margin-left:130px;margin-top: 60px;
border-bottom: 2px solid #333333;border-top: 2px;
margin-bottom:200px;
}
#news-container ul li div{
padding: 2px;
}

p{
    line-height: 150%;
}
.tokenomics 
{
    color:aqua;
    font-size :larger;
}
.nftp img{
    width:300px;
}
.gameoverlay{
    position: absolute;
    top:805px;
    left:650px;
    right:0px;
    width: 650px;
    height: 35px;
    z-index: 10;
    background-color: rgba(0,0,0, 1); /*dim the background*/

    
  }

  .team {
      width:100%;
      margin:auto;
      font-size: larger;
  }
  .team td{
    width:25%;
    text-align: center;
   
}
.team td img{
    width:80%;
   
}
  .airdrop button{
      font-size:20px;
      margin:30px;

      padding:15px;
  }
  .airdrop{
      position:relative;
      width:100%;
      height:400px;
  }
  #butt{
      position:absolute;
      top:100px;
      left:30px;
  }
  .products td{
    width:50%;
    text-align: center;
  }
  .products {
    width:100%;
    margin:auto;
    font-size: larger;
  }
  .tokenomics a{

    margin:20px;
    padding:20px;
    background-color:brown;
    color:yellow;
    font-weight:bold;
    text-decoration:none;
    font-size:15px;
    text-align: center;
    width:250px;
    display: block;
  }

  .tokenomics h3{
    color:yellow;

    font-weight: bold;
    font-size:20px;
  }

  .ann{
    mix-blend-mode: normal;
    position:fixed;
    display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight:bold;
  z-index: 1000;
  border-radius: 50%;;
  }
  
  .a {
  width: 300px;
  height:200px;
  background-color:darkred;  
  }
  
  .b {
  width: 200px;
  height:200px;
  background-color:blue;
  }
  .c {
  width: 250px;
  height:150px;
  background-color:green;   
  }
 