body {
    background: black;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
}

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