The CSS part
We use a CSS coding in the <style></style>
tags for the body. As we will heed on the coding in JavaScript only, we will not bother about the visual part of the game. To make the body of the game colorful, we will use the following code:
<style> body { background-color: #eff; } </style>