
.co2-chart-container {
    position: relative;
    width: 80%;
    margin: auto;
}

.co2-info-box {
    background-color: #2e3e50;
    color: white;
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
}

.co2-chart-title {
    color: #bf2027;
    text-align: center;
}
