*{margin:0;padding:0;box-sizing:border-box}h1{text-transform:uppercase;margin:1.5rem auto;letter-spacing:5px;text-align:center;text-decoration:none}.pm-list-wrapper{margin:1rem auto;display:flex;flex-direction:column;align-items:center}.pm-list-wrapper h3{background-color:#fffaaa;width:100%;padding:1rem;text-align:center;text-decoration:underline}.pokemon-wrapper{display:flex;flex-wrap:wrap;justify-content:space-evenly;margin-top:2rem}.controls{display:flex;align-items:center;gap:2em;margin-top:1rem}.controls button{width:90px;text-align:center;font-size:larger;padding:8px 0}.pokemon{flex-basis:20%;height:300px;width:300px;display:flex;flex-direction:column;align-items:center;transition:all .5s ease}.pokemon:hover{background-color:beige}.poke-name{text-transform:uppercase;font-weight:600;font-size:larger;letter-spacing:.5rem}.pokemon-img{height:190px;max-height:80%;margin:1rem}.pokemon-details-wrapper{display:flex;width:100vw;height:80vh;gap:2rem;justify-content:center;margin-top:1rem;clip-path:polygon(0 0,100% 0,100% 87%,66% 93%,36% 86%,0 97%);background-color:#84e4e4;overflow:hidden}.poke-img{width:50vw;display:flex;align-items:center;justify-content:center;margin:2rem 1rem}.poke-img img{width:40%}.poke-basic-details{width:50vw;display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:5rem}.poke-basic-details div{align-self:flex-start}.pokemon-name{font-size:5rem;letter-spacing:.7rem}.pokemon-weight{font-size:xx-large}.poke-types{font-size:2.5rem;display:flex;flex-direction:column}.poke-types div{border:1px solid rgb(184,236,255);color:#000;background-color:#b8ecff;margin-bottom:20px;padding:.6rem;border-radius:15px}.similar-poke-heading{text-align:center;font-size:xx-large}.search-wrapper{width:40vw;margin:0 auto}#search-input{width:100%;padding:1rem 10px}.pokedex-wrapper{display:flex;flex-direction:column;width:100%}
