.layout{max-width:90%;margin-left:20%;margin-right:20%;display:grid;grid-template-areas:"header header header" "pSearch pSearch pSearch" "search search search" "pSort pSort pSort" "searchResults pView pImage " "pList pView pImage" "pButtons pButtons pButtons"}.header{grid-area:header;color:red}.searchResults{grid-area:searchResults;font-size:15px}.sortForm{grid-area:pSort}.searchForm{grid-area:pSearch}.search{grid-area:search;max-width:16.5vh;font-size:15px;margin-bottom:1%}.select{grid-area:select}.pokemonList{grid-area:pList}.pokemonView{margin-top:10%;margin-left:0;max-height:30vh;grid-area:pView;display:grid;grid-template-areas:"pName pName" "type measure" "stats stats"}.pName{grid-area:pName;font-size:24px}.type{grid-area:type}.measurements{grid-area:measure}.stats{grid-area:stats}.pokemonImage{margin-top:10%;grid-area:pImage;width:600px;height:600px}.pokemonListItemLink{color:#000;text-decoration:none;border:1px solid #639;display:block;padding:.5em;width:200px}.pokemonListItem{padding:.5em}.pageButtons{grid-area:pButtons}.grass{color:#3f9490}.poison{color:#9d7aa4}.fighting{color:#deb887}.psychic{color:#639}.fire{color:red}.electric{color:#ffde00}.flying{color:#efdbb6}.normal{color:grey}.water{color:#0ff}.bug{color:#5f9569}
/*# sourceMappingURL=main.12c334fa.chunk.css.map */