.outer-pokedex{display:flex;flex-direction:column;align-items:center}#pokedex-heading{margin:0 auto;letter-spacing:5px}a:visited{color:#000;text-decoration:none}.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;border-radius:10px}body{font-family:Roboto,sans-serif;background-color:#cfefd7;margin:0;padding:0}.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:.25rem}.pokemon-image{margin-top:1rem;height:150px;max-height:80%}.pokemon:hover{border-radius:30px;background-color:beige;box-shadow:0 0 10px 5px #00000080}.search-wrapper{margin:0 auto}#pokemon-name-search{margin-top:2rem;width:600px;padding:1.5rem;border-radius:10px}.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:.5rem}.pokemon-details-types{display:flex;margin-top:2rem;gap:3rem;font-size:larger}.pokemon-details-types div{border:1px solid gainsboro;border-radius:15px;padding:1rem;background-color:#dcdcdc}.pokemon-details-image{margin-top:2rem;max-height:200px}.pokemon-details-wrapper{display:flex;flex-direction:column;align-items:center}
