#black-bars {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    ;
}

#black-bars > .bar {
    xborder:5px solid lime;
    width:100%;
    height:40%;
    background-color:black;
    xtransition: height 0.1s;
}