I will create the following files for the classic snake game with the specified styling requirements:
- index.html: The main HTML file containing the structure of the game.
- style.css: The CSS file containing the styles for the game elements.
- script.js: The JavaScript file containing the logic for the game.
- package.json: The package manager dependency definition file.
Now, let's write the code for each file.
[index.html]