body {
    margin: 0;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #121212 ;
}

.chart {
    align-items: center;
    justify-content: center;
    height: 60h;
    width: 60vh;
}