body{margin:0;font-family:-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{box-sizing:border-box}#root{background-image:url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1200px-International_Pok%C3%A9mon_logo.svg.png);background-size:contain}.poke{margin:auto;display:grid}.poke h1{text-transform:capitalize;font-weight:700;text-align:center;background-color:#3c5aa6;border:1px solid #ffcb05}p{margin:0;padding:0}nav{display:-webkit-flex;display:flex;width:100%;height:60px;-webkit-justify-content:center;justify-content:center;background-color:#3c5aa6}nav,nav a{-webkit-align-self:center;align-self:center}nav a{font-size:larger;font-weight:700;color:#ffcb05;padding:1em}.items a,nav a{text-decoration:none}.pokemon-wrapper{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-flow:row;-webkit-justify-content:space-between;justify-content:space-between;grid-gap:2rem;gap:2rem}.damage-list-wrapper,.list-wrapper,.type-list-wraper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:5px;gap:5px;width:90%;margin:auto}.list-wrapper .pokemon-item{background-color:#ffcb05;margin:5px 0;display:-webkit-flex;display:flex;width:100%;-webkit-justify-content:space-between;justify-content:space-between;border:1px solid #2a75bb;border-radius:7px;padding:10px}.pokemon-item p{text-transform:capitalize;font-weight:bolder}.pokemon-item img{height:150px;width:auto}.pokemon-item p a{-webkit-text-decoration:wavy;text-decoration:wavy}.pokemon-item p a:hover{font-weight:700;background-color:#ffcb05}.pokePicDiv{width:100%}.pokePic{display:block;margin-left:auto;margin-right:auto}.pokeTypeName{text-transform:capitalize;text-decoration:none}.list-wrapper a{color:#000;font-weight:700;text-decoration:none}.pokemon-photo-wrapper{display:block}.pokemon-wrapper .items{margin:1em;padding:10px}.abilityList,.pokeTypeName,.statlist{margin:5px 0;color:#000;background-color:#ffcb05;padding:5px;text-transform:capitalize;border:1px solid #2a75bb}.search-wrapper{display:-webkit-flex;display:flex;width:100%;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin:20px 0}.search-wrapper p{background-color:#2a75bb;color:#fff;font-weight:500}.pagination{display:-webkit-flex;display:flex;width:500px;margin:auto;list-style:none;-webkit-justify-content:space-between;justify-content:space-between;padding:0 0 20px}.pagination li{border:1px solid #2a75bb;padding:5px;border-radius:7px;font-size:large;background-color:#ffcb05;cursor:pointer}.pagination li:hover{font-weight:700;background-color:#ffcb05;border:3px solid #2a75bb}.type-list-item{text-transform:capitalize;text-decoration:none}.damage-list-wrapper{padding-bottom:20px}.damage_list{display:-webkit-flex;display:flex;justify-items:auto;text-transform:capitalize;margin:2px;list-style-type:none;border:1px solid #2a75bb;border-radius:7px;padding:3px}.damage_list li{font-weight:700}.pokemon-item h2{text-align:center;font-weight:500;background-color:#3c5aa6;border:1px solid #2a75bb;border-radius:7px}#link_list a{color:#f0f8ff}#grass{background-color:#7c5}#poison{background-color:#a59}#fire{background-color:#ee8130}#fighting{background-color:#b54}#rock{background-color:#ba6}#ghost{background-color:#66b}#flying{background-color:#89f}#ground{background-color:#db5}#bug{background-color:#ab2}#steel{background-color:#aab}#water{background-color:#39f}#dragon{background-color:#76e}#normal{background-color:#a8a77a}#electric{background-color:#fc3}#psychic{background-color:#f59}#dark{background-color:#754}#fairy{background-color:#e9e}#shadow{display:none;background-color:#604e82}#ice{background-color:#96d9d6}#unknown{display:none;background-color:#ff7327}@media only screen and (max-width:1200px){.damage-list-wrapper,.list-wrapper,.pokemon-wrapper{grid-template-columns:1fr 1fr}.pokemon-wrapper{font-size:medium}}@media only screen and (max-width:600px){.damage-list-wrapper,.list-wrapper,.pokemon-wrapper{grid-template-columns:1fr}.pokemon-wrapper{font-size:smaller}}
/*# sourceMappingURL=main.f12db43a.chunk.css.map */