.flagsCounter{width:200px;padding:10px 2px 2px;margin:5px;display:flex;justify-content:space-evenly;font-family:"Splatish",fantasy;font-size:80px;color:red;background-color:#fafad2;border:2px dotted #8b0000;border-radius:20px;box-shadow:0 0 8px 8px #8b0000}.resetBtn{width:150px;padding:20px 2px 2px;margin:5px;display:inline-flex;justify-content:center;font-family:"Splatish",fantasy;font-size:80px;line-height:50%;color:#fff;background-color:#000;border:2px solid #8b0000;border-radius:38px;box-shadow:0 0 8px 5px #8b0000}.resetBtn:hover{transform:scaleY(.9) scaleX(1.1);cursor:pointer}.timer{width:200px;padding:10px 2px 2px;margin:5px;display:inline-flex;justify-content:center;font-family:"Splatish";font-size:80px;color:red;background-color:#fafad2;border:2px dotted #8b0000;border-radius:20px;box-shadow:0 0 8px 8px #8b0000}.timer span{position:relative;bottom:10px;font-size:60px;font-weight:700;margin:0 10px}.ControlPanel{width:636px;padding:2px;margin:2px 10px;display:inline-flex;flex-direction:row;justify-content:space-between;font-family:"Splatish";font-size:120px;line-height:50%;color:red;background-color:#fff;border:5px solid #8b0000;border-radius:30px}.cell{box-sizing:border-box;width:70px;height:70px;padding:0;border:3px solid #8b0000;border-radius:20px;display:flex;align-content:center;justify-content:center}.cell p{font-family:"Splatish",fantasy;font-size:100px;line-height:75%;font-weight:900;color:#000}.bomb-img{width:48px;height:48px;position:relative;top:8px}.boom-img{width:64px;height:64px}.closed{background-color:brown}.marked{background-color:#ff0}.open{box-shadow:0 0 8px 5px #8b0000}.empty{background-color:#fff}.boom{background-color:#ff0}.Row{width:616px;height:70px;padding:4px;display:flex;flex-direction:row;justify-content:space-between;font-family:Monaco,"Courier New",monospace;font-size:20px;color:red}.Row:nth-child(2n){background:#ccc}.Row:nth-child(odd){background:#fff}.Field{width:624px;padding:8px;margin:2px 10px;display:flex;flex-direction:column;justify-content:space-around;font-family:Monaco,"Courier New",monospace;font-size:20px;color:red;background-color:#fff;border:5px solid #8b0000;border-radius:30px}.Field,.msg{flex-wrap:nowrap}.msg{display:block;position:absolute;z-index:2;font-family:Splatish,fantasy;font-size:250px;line-height:70%;align-self:center;justify-self:center;text-align:center;margin:auto;color:#8b4513;border:5px solid #8b4513;border-radius:50px}.win{color:#b22222;background-color:rgba(255,255,0,.85);box-shadow:0 0 30px 30px #ff0;border:5px solid #b22222;animation-name:show-msg-win;animation-fill-mode:forwards}.lost,.win{animation-duration:7s}.lost{color:#000;background-color:hsla(0,0%,39.2%,.85);box-shadow:0 0 30px 30px #a9a9a9;border:5px solid #000;animation-name:show-msg-lost;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes show-msg-win{0%{transform:rotate(60deg) scaleY(.1) scaleX(.1)}15%{transform:rotate(-30deg) scaleY(2.5) scaleX(.9)}25%{transform:rotate(-20deg) scaleY(2) scaleX(.7)}50%{transform:rotate(-20deg) scaleY(2) scaleX(.7);opacity:1}to{transform:rotate(60deg) scaleY(.1) scaleX(.1);opacity:0}}@keyframes show-msg-lost{0%{transform:rotate(-60deg) scaleY(.1) scaleX(.1)}15%{transform:rotate(30deg) scaleY(2.5) scaleX(.9)}25%{transform:rotate(20deg) scaleY(2) scaleX(.7)}50%{transform:rotate(20deg) scaleY(2) scaleX(.7);opacity:1}to{transform:rotate(-60deg) scaleY(.1) scaleX(.1);opacity:0}}.logoArea{width:600px;padding:22px 20px 18px;margin:2px 10px;display:inline-flex;flex-direction:row;justify-content:space-between;font-family:"Splatish",fantasy;font-size:120px;line-height:50%;color:red;border:5px solid #8b0000;border-radius:30px;background:#fff;background:linear-gradient(90deg,#fff,#ffa3a3 70%,#ff3c3c 85%,red)}.appLogo{height:120px;pointer-events:none}@media (prefers-reduced-motion:no-preference){.appLogo{animation:appLogoSpin 20s linear infinite}}@keyframes appLogoSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.minesweepergame{min-width:670px;width:100%;display:flex;flex-direction:column;align-items:center}@font-face{font-family:"Splatish";src:url(/simple-react-minesweeper/static/media/Splatish-P5vP.b8344367.woff2) format("woff2");font-weight:700;font-style:normal}*{margin:0;padding:0}
/*# sourceMappingURL=main.cfaccd3d.chunk.css.map */