/* Body Color */
body{
    background-color: hsla(13, 26%, 8%, 1)
}
.bars{
    /* height:40rem; */
    border: 2px solid black;
    background-color: orange;
}
.bars_container{
    display: flex;
}
.bar_id{
    color: white;
    position: absolute;
    bottom: -24px;
    visibility: hidden;
}