/* style.css */
body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

canvas {
    display: block;
    border: 1px solid #33ff33;
}