body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0; /* Optional: background color */
}
canvas {
    border: 0; /* Optional: to make the canvas boundaries visible */
}