body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    margin: 0;
}

canvas {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 10px; /* Rounded corners for a softer look */
}
