@import url(https://fonts.googleapis.com/css?family=Lato);*{box-sizing:border-box}body{-webkit-user-select:none;-ms-user-select:none;user-select:none;min-height:100vh;margin:0;font-family:"Lato",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pokemonCardContainer{display:flex;align-items:center;justify-content:center}.pokemons{justify-content:space-evenly}.pokemonCard,.pokemons{display:flex;align-items:center}.pokemonCard{position:relative;flex-direction:column;flex-wrap:column;justify-content:space-between;background-color:#fff;border-radius:30px;box-shadow:2px 6px 20px rgba(0,0,0,.6);margin-top:8rem;margin-bottom:2rem;padding:2rem;width:22rem;height:30rem;text-align:center}.pokemonImgContainer{position:relative;height:250px;width:250px}.pokemonBoxImg{border-radius:50%;background-color:#faf7ff;width:200px;height:200px;position:absolute;bottom:5%;left:9%;border:6px solid #000}.pokemonImg{width:16rem;position:absolute;bottom:-10%;left:-20%;transition:.4s}.typeImg{width:2.5rem;border-radius:50%;box-shadow:1px 2px 4px rgba(0,0,0,.35);transition:.3s;margin:5px 15px}.typeImg:hover{-webkit-transform:scale(1.05);transform:scale(1.05);box-shadow:2px 4px 6px rgba(0,0,0,.45)}.pokemonId{background-color:rgba(0,0,0,.2);border-radius:10px;font-size:1em;display:inline-block;padding:7px 12px}.pokemonId,.pokemonName{-webkit-animation:hide 1s ease forwards;animation:hide 1s ease forwards}.pokemonName{margin:5px 0 10px;letter-spacing:1px;font-size:1.7em}.pages,.pokemonName{text-transform:capitalize}.pages{display:flex;align-items:center;justify-content:center}.pokemonList span{text-transform:capitalize;text-align:center}button{background-color:#696969;color:#fff;border:none;padding:14px 30px;text-align:center;text-decoration:none;display:inline-block;font-size:18px;border-radius:30px;margin:8px 12px;cursor:pointer}button:hover{opacity:.8;transition:.3s}
/*# sourceMappingURL=main.7b1c6890.chunk.css.map */