:root{font-family:system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}*{font-family:Share Tech Mono,monospace}.aling{display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;padding:20px;width:1067px;height:auto;margin:50px}#board,.boardInfo{max-width:500px}#board{display:grid;grid-template-columns:repeat(10,1fr);padding:60px;width:1067px;height:auto;margin:100px 100px 0}#start,.boardInfo{font-size:25px}#gameOver{display:none}.boardInfo{display:flex;justify-content:space-between;margin-top:10px}#start{background-color:#f35a69;border:none;color:#fff}#scoreBoard{display:inline-flex}.square{aspect-ratio:1}.emptySquare{background-color:#6d71b5}.snakeSquare{background-color:#e3e773;border:1px solid #000}.foodSquare{background-color:#55e7e7;border:1px solid #000}
