@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap);*{box-sizing:border-box}html{font-family:sans-serif}body{margin:0;background-color:#e5d9d1;text-align:center}h1{color:#f755c4;font-size:60px}h1,h2{font-family:"Merriweather",serif;text-align:center;margin:0}h2{font-size:25px}h2,p{color:#716464}p{font-size:18px;text-align:center}button{font-family:"Merriweather",serif;background-color:#add8e6;color:#000;font-size:25px;left:50%}button:hover{background-color:#f755c4;color:#fff}.scene{width:150px;height:150px;-webkit-perspective:200px;perspective:200px}.card{position:relative;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.card,.card__face{width:100%;height:100%}.card__face{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:5px}.card__face--back,.card__face--front{background:hsla(0,0%,100%,.5);box-shadow:0 15px 35px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card.is-flipped,.card__face--back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.backcover{background:#28dff7}.backcover,.pokemon{position:absolute;width:120px;height:120px;top:15px;left:15px;border-radius:5px}.pokemon{background:rgba(247,40,40,.5)}.container{position:absolute;display:grid;grid-template-columns:150px 150px 150px 150px 150px 150px;height:auto;width:auto;grid-gap:5px;gap:5px;left:50%;top:54%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
/*# sourceMappingURL=main.78dbfda5.chunk.css.map */