.open_year{
    margin-top:0;
    margin-bottom: 45px;
    font-weight: bold;
    text-align: center;
}

.bar-chart {
    padding: 0 5px 0 5px;
    width: 13%; 
    float: left;
    margin: 1% 1% 0 0;
    box-sizing: border-box;
    height: 120px;
    cursor: pointer; 
    border: 2px solid #AAAAAA;
    border-radius: 10px;
    background: linear-gradient(to bottom, #FFFFFF, #DEDEDE);
}

@media screen and (max-width: 800px) {
    .bar-chart {
        width: 24%; 
    }
}

.bars {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 100px;
}

.bar {
    width: 10%; /* Adjust as needed */
    background-color: #3498db; /* Adjust color as needed */
    margin: 5% 1% 0 0%;
    box-sizing: border-box;
    margin-bottom: 50px;
    background: linear-gradient(to bottom, #425b9b, #3190ff);
}

.year_container{
    display:none;
}