@font-face{font-family:pokemonFont;src:url(/memory-card/static/media/PokemonSolid.5d60be1f.ttf) format("truetype")}body{margin:0;padding:0;display:flex;flex-direction:column;align-items:center;height:99vh;width:99vw}h1,h3{font-family:"pokemonFont";color:#ffca08;text-shadow:3px 0 0 #2a74f9,-3px 0 0 #2a74f9,0 3px 0 #2a74f9,0 -3px 0 #2a74f9,-5px 5px #11298b;letter-spacing:.25rem}.titleDiv{height:12rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(https://i.pinimg.com/originals/9f/47/69/9f4769bffe8e4b70f48b1dd0546257c4.jpg)}.titleDiv>h1{transform:translateY(-150px)}.scoreDiv{display:flex;flex-direction:row;justify-content:center;border-top:2px solid #000;border-bottom:2px solid #000;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:5}.scoreDiv>h3{margin:10px 50px}.gameDiv{height:100%;width:100%;background:grey;display:flex;flex-direction:row;flex-wrap:wrap}.cardDiv,.mewDiv{height:5rem;width:5rem;margin:.25rem;border-radius:50%;background:linear-gradient(180deg,salmon,salmon 50%,#fff 0,#fff);display:flex;align-items:center;justify-content:center;border:1px solid #000;font-size:.5rem}.mewDiv{animation-name:mewMove;animation-duration:3s;animation-iteration-count:infinite}.cardDiv:hover{cursor:pointer!important;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite}.gameCompleteDiv,.gameOverDiv,.startGameScreenDiv{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}button{height:5rem;width:13rem;font-family:"pokemonFont";font-size:1.5rem;border-radius:20px;color:#ffca08;text-shadow:3px 0 0 #2a74f9,-3px 0 0 #2a74f9,0 3px 0 #2a74f9,0 -3px 0 #2a74f9,-5px 5px #11298b;border:4px solid #2a74f9;box-shadow:-4px 4px 0 0 #11298b;transition:transform .33s}button:hover{transform:scale(1.1);cursor:pointer}.center{display:flex;flex-direction:column;justify-content:center;align-items:center}.left-battleSlide,.right-battleSlide{position:absolute;height:50vh;background:#000;width:150vw;overflow:hidden!important;z-index:10}.left-battleSlide{top:0;left:-150vw;animation-name:leftToRight;animation-duration:3s;animation-timing-function:linear}.right-battleSlide{height:80vh;right:-150vw;bottom:-30vh;overflow:hidden;animation-name:rightToLeft;animation-duration:3s;animation-timing-function:linear}.hide{display:none}@keyframes rotate{0%{transform:rotate(0deg)}25%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}to{transform:rotate(0deg)}}@keyframes mewMove{0%{transform:translateX(0)}25%{transform:translateX(300px)}50%{transform:translateX(0)}75%{transform:translateX(-300px)}to{transform:translateX(0)}}@keyframes leftToRight{0%{transform:translateX(0)}to{transform:translateX(3500px)}}@keyframes rightToLeft{0%{transform:translateX(0)}to{transform:translateX(-3500px)}}
/*# sourceMappingURL=main.76ade632.chunk.css.map */