.game{user-select:none}.game .game__info{user-select:none;color:#15202b}.game__container{display:flex;justify-content:center;width:100%}.game__content{position:relative;background:#fff;border:1px solid}:root{--size: 20px}.game-container{min-height:668px}.village{width:620px;height:620px;position:relative;margin:auto}#garden{margin:20px;background:white;position:absolute;height:580px;width:580px;left:0;right:0}#garden:after{border:1px solid #b1b6bf;content:' ';position:absolute;top:0;left:0;right:0;bottom:0;z-index:9;pointer-events:none}#garden.with-wall{margin:0;height:600px;width:600px}#garden.with-wall:after{left:20px;top:20px}#garden.show-grid{background-image:linear-gradient(#b1b6bf 1px, transparent 1px),linear-gradient(90deg, #b1b6bf 1px, transparent 1px);background-size:20px 20px}.cell{position:absolute;height:var(--size);width:var(--size);background:green;z-index:2}.wall{background-color:white;z-index:9}.food,.golden{background:red;z-index:1}.head{background:blue;z-index:3}


/*# sourceMappingURL=snake.css.d99fc20daf25.map */