body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#canvas {
    display: block;
    margin: 0 auto;
    border: 1px solid black;
}