.chain {
    border: solid 2px black;
    border-radius: 10px;
    min-height: 270px;
    position: relative;
    margin-bottom: 50px;
    width:50%;
}

.chainLogo{
    border: solid 7px white;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    left:15px;
    top:-50px;
}

.chainText{
    background-color: white;
    height: 40x;
    position: absolute;
    left:115px;
    top:-20px;
    font-size: 20px;
    padding-right: 13px;
    padding-left: 9px;
}

.table{
    margin-top: 60px;
    margin-left: 30px;
    margin-bottom:20px;
}

.tokens{
    width:30px;
    height: 30px;
}

.nft{
    height: 180px;
    width: 180px;
}

.nftText{
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.carousell{
    margin-left: 20%;
    width:60%;
    margin-top: 20px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body { font-family: sans-serif; }
  
  .gallery {
    background: #EEE;
  }
  
  .gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
  }
  
  /* cell number */
  .gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
