.cont{
    min-height: 500px;
    padding: 20px;
    position: relative;
    top: 60px;
    background-color: rgb(243, 243, 243);
    margin: 0 auto;
}
.cont h2{
    text-align: center;
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
}
.table-cont{
    margin: 0 auto;
    width: fit-content;
    background-color: #fdfdfd;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.table-cont h2{
        margin-bottom: 0;
}
.the-most{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 350px;
}
.the-most-in{
    background-color: #fff;
}
table{
    width: fit-content;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif
}
.thead tr{
    text-align: left;
    padding-bottom: 10px;
}

tr{
    width: fit-content;
    text-align: left;
}
tbody tr:hover{
    background-color: #e0e0e0;
}

.ranking{
    text-align: center;
}
.nameicon{
    display: flex;
    justify-content: center;
    align-items: center;

}
.green{
    color: #00b300;
    text-align: center;
}
.red{
    color: #e90606;
    text-align: center;
}
.marketcap{
    text-align: center;
}
th{
    padding: 0 10px;
}
td{
    width: fit-content;
    padding: 8px 0;
}
.price-sum{
    text-align: center;
}
.coin-icon{
    width: 30px;
    height: 30px;
    margin-right: 10px;

}
.stock-icon{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

@media screen and (max-width: 650px) {
    .top-right{
        position: absolute;
        font-size: 9px;
        top: 2px;
        right: 2px;
    }
    .price-usd{
        position: relative;
    }
    .cont{
        top: 50px;
        padding-bottom: 50px;
        padding-top: 10px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .table-cont{
        padding: 20px 10px;
    }
    table{
        font-size: 15px;
    }
    td.green, td.red{
        text-align: center;
    }
    td{
        padding: 6px 10px;
    }
    .ranking{
        padding: 0;
        width: 24px;
    }
    .nameicon{
        text-align: left;
    }
    .coin-icon{
        padding-left: 4px;
    }
}