#gdp-chart, #trade-chart, #cpi-chart, #gov-finance-chart, #population-chart, #reserves-chart {
    background-color: var(--bg-box-white);
    width: 100%;
    height: 500px;
    border-radius: 6px;
}
.chart-container .time-chart {
    left: 10px;
}
@media (max-width: 480px) {
    #gdp-chart, #trade-chart, #cpi-chart, #gov-finance-chart, #population-chart, #reserves-chart {
        height: 400px;
    }
}