@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");html *{box-sizing:border-box;font-family:Press Start\ 2P,sans-serif}body{margin:0;display:flex;flex-direction:column;height:100vh}@media only screen and (min-width:600px){body{justify-content:center;align-items:center;background-color:#d3cae0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18a7 7 0 100-14 7 7 0 000 14zm48 25a7 7 0 100-14 7 7 0 000 14zm-43-7a3 3 0 100-6 3 3 0 000 6zm63 31a3 3 0 100-6 3 3 0 000 6zM34 90a3 3 0 100-6 3 3 0 000 6zm56-76a3 3 0 100-6 3 3 0 000 6zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21a2 2 0 10.001-3.999A2 2 0 0080 29zM60 91a2 2 0 10.001-3.999A2 2 0 0060 91zM35 41a2 2 0 10.001-3.999A2 2 0 0035 41zM12 60a2 2 0 10.001-3.999A2 2 0 0012 60z' fill='%237471c2' fill-opacity='.24' fill-rule='evenodd'/%3E%3C/svg%3E")}}#app{border:10px solid #6b59a4;background:#6b59a4;box-shadow:3px 3px 15px 5px rgba(0,0,0,.5019607843137255);overflow:hidden;height:100vh;display:flex;flex-direction:column}@media only screen and (min-width:600px){#app{height:auto;border-radius:20px;width:400px}}#controls{padding:20px;color:#fff;margin-bottom:10px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media only screen and (min-width:600px){#controls{padding:10px}}#controls .btn{padding:10px 30px;font-size:20px;border-radius:15px;outline:none;color:#fff;border:none;transition:all .3s;animation:fadeIn .5s linear}#controls .btn:hover{opacity:.6;cursor:pointer}#start{background:#25c525}#pause{background:red;display:none}.slider{flex-basis:100%;margin-top:10px;display:flex;justify-content:space-between;align-items:center}.slider .icon-img{width:40px;height:40px;background-size:cover}.slider .slower{margin-right:5px;background-image:url(/turtle.ad54939e.png)}.slider .faster{margin-left:5px;background-image:url(/rabbit.c458a913.png)}#speedSlider{flex:1 auto;-webkit-appearance:none;height:5px;border-radius:5px;background:#000;cursor:pointer}#speedSlider::-webkit-slider-thumb{-webkit-appearance:none;width:30px;height:20px;background:#25c525;border-radius:5px}#scoreBoard{font-size:14px;flex-basis:50%}#score{font-size:30px;margin:15px}#game{height:100%;margin-bottom:20px;position:relative;overflow:hidden;border-radius:15px;background:#000}@media only screen and (min-width:600px){#game{height:500px;margin-bottom:0}}#overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5647058823529412);color:#fff;font-size:32px;justify-content:center;align-items:center;display:none}#overlay.visible{display:flex;z-index:9;user-select:none}.dot{padding:0;outline:none;border:2px solid #25c525;border-radius:50%;background:rgba(37,197,37,.4392156862745098);margin:0;position:absolute;animation:fallingDots;animation-iteration-count:1;animation-play-state:paused;animation-fill-mode:forwards;transition:width .2s cubic-bezier(.7,-.6,.4,1.5),height .2s cubic-bezier(.7,-.6,.4,1.5),opacity .2s ease-out}.dot.falling{animation-play-state:running}.dot.popped{height:0;width:0;opacity:0;background:rgba(255,0,0,.4392156862745098);border-color:red}@keyframes fadeIn{0%{opacity:0;scale:.1}to{opacity:1;scale:1}}@keyframes fallingDots{0%{top:0}99.99%{top:1000px}to{display:none}}
/*# sourceMappingURL=/src.35fa5405.css.map */