#chart {
}
#imgLabels {
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#imgLabels:first
{
    margin-top: 20px;
}
#chart-wrapper
{
   margin:auto;
   height:400px;
   width:100%;
}
