.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

canvas {
    max-width: 100%;
    height: 400px;
}
