body{align-items:center;background-color:#070606;justify-content:center;min-height:100vh}.row,body{display:flex}.row{flex-direction:row}.cell{--size:0.15vw;height:var(--size);margin:3px;max-height:30px;max-width:30px;min-height:15px;min-width:15px;width:var(--size)}.cell.empty{background-color:#5c5c5c}.cell.snake{background-color:#a34b3f;box-shadow:0 0 max(20px,.2vw) rgba(255,8,0,.473)}.cell.food{background-color:#58a037;box-shadow:0 0 max(30px,.25vw) rgba(255,255,0,.473)}.lost-header{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center}.lost-header .lost-heading{color:#fff;margin:10px}button{background-color:#4d4d4d;border:none;border-radius:0;color:#fff;cursor:pointer;outline:none;padding:10px;width:130px}
/*# sourceMappingURL=main.b0de88eb.css.map*/