.pokemon-details-wrapper{display:flex;flex-direction:column;align-items:center}.pokemon-detail-name{font-size:20px;color:#000;margin-top:.1rem}.pokemon-detail-name>span{letter-spacing:.2rem;text-transform:uppercase}.pokemon-detail-types{display:flex;gap:3rem;margin-top:1rem;font-size:larger}.pokemon-detail-types>div{border:1px solid gainsboro;border-radius:15px;padding:.6rem;background-color:#dcdcdc}.pokemon-detail-image{max-height:200px}#pokemon-name-search{padding:1.5rem;width:700px}#pokemon-name-search:focus{outline:none}.pokedex-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.pokemon-list-wrapper{margin:2rem auto;display:flex;flex-direction:column;align-items:center}.pokemon-wrapper{display:flex;flex-wrap:wrap;justify-content:space-evenly}.controls button{padding:.4rem 1.3rem;margin-left:1rem;font-size:15px;background-color:#892626;color:#f0f8ff;border:none;border-radius:7px}.controls{margin-top:2rem}.controls button:hover{background-color:#c71313;cursor:pointer}.pokemon{margin-top:2rem;flex-basis:20%;height:200px;width:300px;display:flex;flex-direction:column;align-items:center}.pokemon-name{font-size:large;letter-spacing:.2rem;color:#000}.pokemon-img{margin-top:1rem;height:150px;max-height:80%}.pokemon:hover{background-color:bisque;cursor:pointer}.outer-pokedex{display:flex;flex-direction:column;align-items:center}#pokedex-heading{width:100%}.pokedex-heading{display:block;text-align:center;color:#892626}*{font-family:MuseoModerno,sans-serif;text-decoration:none;box-sizing:border-box}body{background-color:#faebd7}
