Chronos234/test1
1
1* {2 margin: 0;3 padding: 0;4 box-sizing: border-box;5}6 7body {8 display: flex;9 justify-content: center;10 align-items: center;11 height: 100vh;12 background: #000;13 color: white;14}15 16#game-container {17 text-align: center;18}19 20canvas {21 border: 2px solid white;22 background: #111;23}