.tokenomics-info-container{
    margin-top: 10px;
}

.tokenomics-info-title{
    font-weight: bold;
    color: #ffc107;
    font-size: 21px;
}

.tokenomics-info-content{
    /* background-color: rgb(227,227,227); */
    background-color: white;
    border-radius: 5px;
    margin:10px;
    padding:8px;
    font-weight: bold;
    font-size: 22px;
}