#chartContainer {
    height: 500px;
    width: 100%;
}


.container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.header {display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.container1 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.textAlignCenter {
    text-align: center;
}

.box {
    width: 25%;
    /*display: inline-block;*/
}

.boxBorder {
    border: 2px solid darkblue;
}

