.chart{
    width: 100vw;
    border-color:lightgray;
    border-bottom: 1px;
    margin: 0 auto;
    margin-bottom: 4rem;
}

#myChart{
    width:100%;
    max-width:1024px;
    margin: 0 auto;
}