@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);body{font-family:Roboto,sans-serif}.App{text-align:center}.strikethrough{text-decoration:line-through}.pokeWrapper{flex-wrap:wrap;margin:0 auto;max-width:1200px;width:100%}.pokeCard,.pokeWrapper{align-items:center;display:flex;justify-content:center}.pokeCard{background-color:#f5f5f5;border:1px solid #000;border-radius:5px;flex-direction:column;height:200px;margin:10px;transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:box-shadow .3s ease,transform .3s ease;transition:box-shadow .3s ease,transform .3s ease,-webkit-transform .3s ease;width:200px}.pokeCard:hover{box-shadow:0 4px 8px rgba(0,0,0,.2);-webkit-transform:scale(1.05);transform:scale(1.05)}
/*# sourceMappingURL=main.5b169089.css.map*/