.outer-pokedex{display:flex;flex-direction:column;align-items:center}#pokedex-heading{text-align:center;letter-spacing:5px}h1{font-family:Verdana,Geneva,Tahoma,sans-serif}.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:.5rem;font-weight:600;border:none}.controls :nth-child(1){background:red}.controls :nth-child(2){background:green}.pokemon{margin-top:2rem;flex-basis:20%;width:300px;display:flex;flex-direction:column;align-items:center}.pokemon-name{font-size:larger;margin-top:1.5rem;letter-spacing:.5rem}.pokemon-image{margin-top:1.5rem;padding-top:.5rem;height:180px;max-height:400px}.pokemon:hover{background-color:beige}.search-wrapper{margin:0 auto}#pokemon-name-search{font-size:32px;-webkit-user-select:none;user-select:none;margin-top:2rem;width:600px;padding:1.5rem;border:3px solid rgb(8,0,255);outline:none}#pokemon-name-search::placeholder{color:green;font-size:24px}.pokedex-wrapper{display:flex;flex-direction:column}.pokemon-details-wrapper{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.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}
