.outer-pokedex{display:flex;flex-direction:column;align-items:center}#pokedex-heading{margin:0 auto;letter-spacing:5px}a:visited{color:#000}.pokemon-list-wrapper{margin:2rem auto;display:flex;flex-direction:column;align-items:center}.pokemon-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.controls button{padding:.5rem 1rem;margin-left:1rem}.pokemon{margin-top:2rem;flex-basis:20%;height:200px;width:300px;display:flex;flex-direction:column;align-items:center}.pokemon-name{font-size:larger;letter-spacing:.5rem}.pokemon-image{margin-top:1rem;height:150px;max-height:80%}.pokemon:hover{background-color:beige}.search-wrapper{margin:0 auto}#pokemon-name-search{margin-top:2rem;width:600px;padding:1.5rem}.pokedex-wrapper{display:flex;flex-direction:column}.pokemon-details-name{font-size:xx-large;color:#000;margin-top:1rem}.pokemon-details-name>span{letter-spacing:1rem}.pokemon-details-types{display:flex;gap:3rem;margin-top:2rem;font-size:larger}.pokemon-details-types>div{border:1px solid grainsboro;border-radius:15px;padding:1rem;background-color:#dcdcdc}.pokemon-details-image{max-height:200px;margin-top:2rem}.pokemon-details-wrapper{display:flex;flex-direction:column;align-items:center}
