﻿/* Add some styles for better visibility (optional) */
.chart-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 20px auto;
}

.bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bar-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.bar-value {
    font-size: 16px;
    font-weight: bold;
}
