#container {
    background-color: white;
    overflow-y: hidden;
    width: 100%;
    text-align: center;
}

#chart {
    width: 880px;
    height: 450px;
    margin: 30px auto 40px;
    cursor: pointer;
}