.pokemon-heading-wrapper{display:flex;justify-content:center}#pokedex-heading{letter-spacing:2px;text-decoration:none;font-size:40px;color:#000}#pokedex-heading:hover{color:#deb887}.pokemon-list-wrapper{margin-top:2rem}.pokemon-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.pokemon-list-heading{display:flex;justify-content:center;font-size:26px;padding-bottom:30px;font-weight:bolder}.controls{display:flex;justify-content:center;align-items:center;margin-top:70px}.btn{margin:10px;padding:7px}.pokemon{flex-basis:20%;flex-wrap:wrap;height:300px;width:300px;margin:10px;display:flex;justify-content:center;align-items:center;text-decoration:none}.pokemon-image{max-width:100%;height:200px;width:200px;max-height:100%}.pokemon-name{font-size:24px;letter-spacing:3px;color:#8a2be2}.pokemon:hover{background-color:beige}.search-wrapper{width:500px;margin:0 auto}#pokemon-name-search{width:100%;padding:1rem}.pokedex-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.pokemon-details-wrapper{display:flex;flex-direction:column;align-items:center}.pokemon-details-common-to-all{font-size:xx-large;padding:10px}.pokemon-details-image{width:300px;height:300px;margin-top:2px;margin-bottom:3px}.pokemon-details-types-wrapper{display:flex}.pokemon-details-types{margin-left:6px;margin-right:6px;margin-top:20px;font-size:22px;border:4px solid gainsboro;border-radius:30%;background-color:#efe3e3}
