.food{background-color:coral;position:absolute;border-radius:6px;box-shadow:0 0 4px coral}.snakeCell{background-color:#90ee90;border:1px solid #242424;position:absolute;border-radius:6px}.head{background-color:green;scale:1.1;z-index:1}.board{position:relative;width:500px;height:500px;border:2px solid lightcyan;border-radius:6px}.scorediv{width:100%;height:100%;color:#e6e6fa;display:grid;place-items:center;font-weight:700;font-size:350px;z-index:-1;opacity:.05}*{box-sizing:border-box}body{margin:0;font-family:Creepster,Roboto;font-size:18px;line-height:24px;background-color:#242424;min-height:100vh;min-width:600px;color:#e6e6fa;letter-spacing:3px;overflow-y:hidden}.app{display:flex;align-items:center;justify-content:space-around;min-height:100vh;flex-direction:column}.snake{font-size:40px}.gameover{display:flex;flex-direction:column;gap:30px;align-items:center}.gameover span{font-size:30px}.gameover button{padding:8px 16px;border-radius:4px;border:2px solid lavender;background-color:transparent;color:#e6e6fa;font-size:20px;font-family:Creepster,Roboto;letter-spacing:4px}.gameover button:hover{cursor:pointer;background-color:#e6e6fa;color:#000}::-webkit-scrollbar{width:8px;height:10px}::-webkit-scrollbar-thumb{background:lavender;border-radius:10px}::-webkit-scrollbar-track{background:transparent}
