body {
    background: #111;
    color: white;
    text-align: center;
    font-family: sans-serif;
}

canvas {
    background: #222;
    border: 3px solid white;
    margin-top: 20px;
}
