@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
* { font-family: 'Press Start 2P', cursive; color: #3bff00; text-align: center; }

body { background-color: black; }

#game { width: 100%; height: 100%; visibility: hidden; }

#game #container { width: 750px; height: 750px; margin: 0; position: absolute; top: 50%; left: 50%; border: 2px solid #3bff00; transform: translate(-50%, -50%); overflow: auto; }

#game #container div { width: 5%; height: 5%; border: 1px solid black; display: block; float: left; box-sizing: border-box; }

#dashboard { width: 100%; position: absolute; }

#dashboard #snakeimg { display: block; margin-left: auto; margin-right: auto; }

#dashboard #snaketext { font-size: 150px; }

#dashboard #buttons { width: 700px; margin-left: auto; margin-right: auto; display: -ms-flexbox; display: flex; }

#dashboard #buttons button { padding: 50px; background-color: transparent; border-color: #3bff00; margin: 0 auto; }
