body{display:flex;font-family:Courier New,Courier,monospace}.content,body{align-items:center;flex-direction:column}.content{display:inline-flex;position:relative}.content .version-text{margin:4px}.content>*{margin-bottom:16px}.content>:last-child{margin-bottom:0}.content .snake-title{font-size:5em;font-weight:800;margin:0;padding:0}.content #score{background-color:#ebebeb;border-radius:8px;margin-top:0;min-width:30px;padding:8px;text-align:center}.content p{max-width:300px}.game-container{position:relative}.game-container button{border:0;font-family:Courier New,Courier,monospace;font-size:2em;height:100%;padding-bottom:8px;padding-top:8px;position:absolute;top:0;width:100%;z-index:3}.game-container button:hover{cursor:pointer}#game-world{background-color:#f0f0f0;height:300px;position:relative;width:300px}#game-world .snake{background-color:#a194e0;position:absolute}#game-world .game-over-text{left:50%;margin:0;padding:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:2}#game-world.game-over{animation:animate-color .5s steps(2) infinite alternate}@media only screen and (min-width:768px) and (min-height:500px){#game-world{height:450px;width:450px}.content p{max-width:450px}}@media only screen and (min-width:1028px) and (min-height:650px){#game-world{height:600px;width:600px}.content p{max-width:600px}}body,html{overscroll-behavior-y:contain}@keyframes animate-color{0%{background-color:red}to{background-color:#ff0}}
/*# sourceMappingURL=index.248c80e1.css.map */
