#gdp-chart, #trade-chart, #cpi-chart, #gov-finance-chart, #population-chart, #reserves-chart {
    background-color: #ffffff;
    width: 100%;
    height: 500px;
    border-radius: 6px;
}
.list-countries select {
    background-color: #eaeff9;
    color: #3961fb;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 6px;
    border: none;
    max-width: 330px;
}
.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;
    }
}