:root {
    --color-1: #0f0f0f;
    --color-2: #222;
    --color-3: #444;
    --color-4: #eee;
}

#play::before {
    border-radius: unset;
}

#play::after {
    width: 2.75em;
    height: 3.25em;
    margin-left: .125em;
}

#game-canvas {
    box-shadow: unset;
}
