body {
    background-color: #333;
    color: #fff;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

canvas {
    background-color: #000;
    border: 2px solid #fff;
}