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

        canvas {
            background: #222;
            border: 2px solid white;
        }