Created a snake game and would like to have some feedback on it

Good day all, I created a snake game using JS, CSS and HTML and would like to have some opinion on it. Information like how does it looks like in your device would be great and some suggestion or critics will also be great. (I’m still searching for background music for it so hope you don’t mind). Thank you.

https://leonlit.github.io/snake_In_JS/

Hey, the game itself is keyboard accessible (using the arrow keys to control the snake) but the opening screen is not. I can’t ‘click’ on any of the buttons with the keyboard. I think those should all be actual <buttons> so that they are keyboard accessible.

Good day, thanks for the comment. Do you mean the user can choose the buttons in the screen by using their keyboard?