body {
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000; /* Set the background color to dark (black) */
}

canvas {
    background-color: #70c5ce;
    border: 2px solid #000;
}
