/* style.css */
body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000000;
    color: #fff;
    font-family: 'Roboto', Courier, monospace;
}

canvas {
    border: 3px solid #ccda0e;
}
