body {
    color: #e5e5e5;
    margin: 0;
    padding: 0;
}
.marketcap-header {
    display: flex;
    align-items: center;
    background: #040b1b;
    font-size: 50px;
    font-weight: bold;
    gap: 20px; /* Add some space between the image and the text */
    padding: 20px 40px;
    border-bottom: 1px solid #2a3458;
}
.marketcap-header img {
    width: 100px;
}
.box_wrap { 
    display:flex; 
    gap:20px; 
    padding: 20px 40px;
}
.rank_box { 
    flex:1; 
    background:#1a1f3a; 
    border:1px solid #2a3458; 
    border-radius:4px; 
}
.rank_title {
    background: #040b1b;
    border-radius: 4px 4px 0px 0px;
    padding: 15px 20px; /* Add some padding for the title */
    border-bottom: 1px solid #2a3458;
}
.rank_title { 
    font-size:16px; 
    font-weight:bold; 
    margin-bottom:12px; 
}
table { 
    width:100%; 
    border-collapse:collapse; 
}
th, td { 
    padding:15px 8px; 
    text-align:left; 
    border-bottom:1px solid #2a3458; 
    font-size:14px; 
}
.symbol-icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 50%;
}
table tr:last-child td {
    border-bottom: none;
}
.up { 
    width: 120px;
    color:#10b981;
    padding-right: 40px; 
}
.down { 
    width: 120px;
    padding-right: 40px; 
    color:#f43f5e; 
}