/* Optional: Basic styling */
body {
    margin: 0;
    overflow: hidden; /* Prevent scrollbars */
}

canvas {
    background-color: #eee;
}