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;
}
#chart_wrap {
    width: calc(100% - 80px);
    height: 500px;
    background: #1a1f3a;
    margin: 20px 40px;
    padding: 20px;
}
#marketcap_chart {
    background: #040b1b;
    border-radius: 4px;
    border: 1px solid #2a3458;
    padding: 20px;
}