Much better. Glad I could help.
I also recommend adding the CSS style "user-select: none;" to the root of your DOM to prevent accidental text selection within the game. I lost a run due to that.
Also might want to consider "pointer-events: none;" for elements that shouldn't register input but are over the game area.