*{box-sizing:border-box}.snake-game{width:100%;height:100vh}.footer-block,.header-block{height:8%;color:#fff}.game-block{height:84%;min-height:620px;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.game-area{position:relative;margin:0 auto 5px;min-width:450px;min-height:450px;width:65vh;height:65vh;border:2px solid #000}.snake-dot{position:absolute;width:4%;height:4%;background:rgba(3,243,103,.534)}.snake-head{background-color:transparent;animation:head 5s linear infinite}@keyframes head{0%{transform:rotate(0deg)}25%{transform:rotate(45deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-45deg)}to{transform:rotate(0deg)}}.snake-body{display:flex;justify-content:center;align-items:center}.snake-food{position:absolute;width:4%;height:4%;z-index:1;animation:food 1s linear infinite}@keyframes food{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.footer_git-image{width:30px;height:30px}.score-image{width:20px;height:20px}.game-area:-webkit-full-screen{background-color:#fff}.game-area:-ms-fullscreen{background-color:#fff}.game-area:fullscreen{background-color:#fff}button:hover{animation:food 1s linear infinite}.panel-control{margin-top:5px;width:500px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.sound-image{width:50px;height:25px}.image-none{display:none!important}.settings-block{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}
/*# sourceMappingURL=main.ecf3f581.chunk.css.map */