body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--grass:#5fbd58;--bug:#92bc2c;--dark:#595761;--dragon:#0c69c8;--electric:#f2d94e;--fairy:#ee90e6;--fighting:#d3425f;--fire:#dc872f;--flying:#a1bbec;--ghost:#5f6dbc;--ground:#da7c4d;--ice:#75d0c1;--normal:#a0a29f;--poison:#b763cf;--psychic:#ff2ca8;--rock:#a38c21;--steel:#5695a3;--water:#539ddf}.imageContainer{display:flex;height:150px;justify-content:center;margin-top:auto;object-fit:contain;width:150px}.imgType{height:10;object-fit:contain}.thumbnailContainer{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.thumbnailContainer img{height:120px;object-fit:contain;width:120px}.pokemonName{font-family:Press Start\ 2P,cursive}.wrapper{grid-gap:20px;align-content:center;align-items:center;display:grid;grid-template-columns:repeat(6,1fr);margin:auto;width:800px}.icon{border-radius:100%;height:100px;margin:auto;transition:all .2s;width:100px}.icon:hover{cursor:pointer;-webkit-filter:saturate(200%);filter:saturate(200%);-webkit-transform:scale(1.1);transform:scale(1.1)}.icon img{height:60%;margin:20%;width:60%}.grass{background:#5fbd58;background:var(--grass);box-shadow:0 0 20px #5fbd58;box-shadow:0 0 20px var(--grass)}.bug{background:#92bc2c;background:var(--bug);box-shadow:0 0 20px #92bc2c;box-shadow:0 0 20px var(--bug)}.dark{background:#595761;background:var(--dark);box-shadow:0 0 20px #595761;box-shadow:0 0 20px var(--dark)}.dragon{background:#0c69c8;background:var(--dragon);box-shadow:0 0 20px #0c69c8;box-shadow:0 0 20px var(--dragon)}.electric{background:#f2d94e;background:var(--electric);box-shadow:0 0 20px #796d26}.fairy{background:#ee90e6;background:var(--fairy);box-shadow:0 0 20px #ee90e6;box-shadow:0 0 20px var(--fairy)}.fighting{background:#d3425f;background:var(--fighting);box-shadow:0 0 20px #d3425f;box-shadow:0 0 20px var(--fighting)}.flying{background:#a1bbec;background:var(--flying);box-shadow:0 0 20px #a1bbec;box-shadow:0 0 20px var(--flying)}.ghost{background:#5f6dbc;background:var(--ghost);box-shadow:0 0 20px #5f6dbc;box-shadow:0 0 20px var(--ghost)}.ground{background:#da7c4d;background:var(--ground);box-shadow:0 0 20px #da7c4d;box-shadow:0 0 20px var(--ground)}.ice{background:#75d0c1;background:var(--ice);box-shadow:0 0 20px #75d0c1;box-shadow:0 0 20px var(--ice)}.normal{background:#a0a29f;background:var(--normal);box-shadow:0 0 20px #a0a29f;box-shadow:0 0 20px var(--normal)}.poison{background:#b763cf;background:var(--poison);box-shadow:0 0 20px #b763cf;box-shadow:0 0 20px var(--poison)}.psychic{background:#ff2ca8;background:var(--psychic);box-shadow:0 0 20px #ff2ca8;box-shadow:0 0 20px var(--psychic)}.rock{background:#a38c21;background:var(--rock);box-shadow:0 0 20px #a38c21;box-shadow:0 0 20px var(--rock)}.steel{background:#5695a3;background:var(--steel);box-shadow:0 0 20px #5695a3;box-shadow:0 0 20px var(--steel)}.water{background:#539ddf;background:var(--water);box-shadow:0 0 20px #539ddf;box-shadow:0 0 20px var(--water)}.fire{background:#dc872f;background:var(--fire);box-shadow:0 0 20px #dc872f;box-shadow:0 0 20px var(--fire)}.pokeType{grid-gap:0 10px;grid-gap:0 20px;align-items:center;display:flex;display:-webkit-flex;gap:0 20px;justify-content:center;margin-top:30px}.pokeTypeBg>img{height:20px;width:20px}.pokeTypeBg{align-content:center;align-items:center;border-radius:100%;display:flex;height:40px;justify-content:center;width:40px}.pokeTypeInfo{cursor:pointer;position:relative}.pokeTypeInfo .pokeTypeText{background-color:#333;border-radius:5px;bottom:120%;color:#fff;font-family:sans-serif;font-size:16px;left:50%;opacity:0;padding:5px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:opacity .3s;visibility:hidden;width:70px;z-index:1}.pokeTypeInfo:hover .pokeTypeText{opacity:1;visibility:visible}#finalButton{display:flex;justify-content:center;padding:10px;button{background:#3e88b3;background:-o-linear-gradient(top,#3e779d,#65a9d7);border-radius:8px;border-style:none;box-shadow:0 1px 0 #ffa7f8;color:#fff;cursor:pointer;font-size:16px;padding:5px 10px;text-shadow:rgba(0,0,0,.4) 0 1px 0;vertical-align:middle}button:hover{background:#285a7b;color:#ccc}button:active{background:#1b435e;border-top-color:#1b435e}}#scrollToTop{-webkit-animation:fadeIn 1s;animation:fadeIn 1s;bottom:76px;cursor:pointer;height:50px;opacity:70%;position:fixed;right:10px;-webkit-transform:rotate(270deg);transform:rotate(270deg);width:50px}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:.7}}@keyframes fadeIn{0%{opacity:0}to{opacity:.7}}@-webkit-keyframes fadeOut{0%{opacity:.7}to{opacity:0}}@keyframes fadeOut{0%{opacity:.7}to{opacity:0}}#scrollToTop:hover{opacity:100%}#scrollToTop.hidden{-webkit-animation:fadeOut 1s;animation:fadeOut 1s;display:none}.modalPokemon{background-color:#fff;border-radius:20px;box-shadow:0 4px 8px rgba(0,0,0,.2);left:50%;max-width:80%;padding:20px;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1000}.modalOverlay{background-color:rgba(0,0,0,.5);height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.buttonContainer,.modalButton,.modalOverlay{align-items:center;display:flex}.buttonContainer{flex-direction:column}.modalContainerPokeImg{display:flex;height:300px;object-fit:contain;width:600px}.cardPoke,.modalContainerPoke{display:flex}.cardPoke{object-fit:contain}h2{background:#f5f5f5;border-radius:10px;padding:5px;text-align:center}.containerPokeInfo{background:grey;border-radius:10px;display:flex;padding:10px}.modalContainerPokeImg img{display:flex;object-fit:contain}#footer{background-color:#333;color:#fff;display:flex;justify-content:space-between;padding:10px;text-align:center}#socialIcons{img{margin-left:10px;width:55px}img:hover{cursor:pointer}}#aboutCreator{align-items:flex-start}
/*# sourceMappingURL=main.8dbb917c.css.map*/