.game{margin:auto;font-family:Roboto}.controls{justify-content:space-around}.board,.controls{display:flex;flex-wrap:wrap}.board{width:100%;margin:auto auto 20px;justify-content:center}.memory-card.flipped{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.flip{-webkit-perspective:800;perspective:800;position:relative}.memory-card{margin:10px;-webkit-transform-style:preserve-3d;-webkit-transition:.8s;transform-style:preserve-3d;transition:.8s}.face,.memory-card{width:100%;height:100%}.face{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:2;font-family:Georgia;font-size:3em;text-align:center}.front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);background:#00f;background:#fff;color:#000}.back,.front{cursor:pointer}.back{position:absolute;z-index:1;background:#000;color:#fff}img{border-radius:10px}img:hover{cursor:pointer;-webkit-transform:scale(1.01);transform:scale(1.01)}@media only screen and (min-width:600px){.game{width:900px}.board{width:700px;height:900px}.flip{width:150px;height:200px;margin:10px}}@media only screen and (max-width:600px){.board{width:370px;height:500px}.flip{width:75px;height:100px;margin:2px}}
/*# sourceMappingURL=main.a1066dd6.chunk.css.map */