body{background-color:#000}.outer-pokedex{display:flex;flex-direction:column;align-items:center}#pokedex-heading{margin:0 auto;letter-spacing:2px}a:visited{color:red}.search-wrapper{margin:0 auto}#pokemon-name-search{margin-top:2rem;width:600px;padding:.6rem}.main-pokedex-wrapper{display:flex;flex-direction:column}.search-wrapper{margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.submit{width:15%;height:2rem;padding:.5rem 1rem;font-size:1rem;margin:0 auto;border:none;border-radius:5px;cursor:pointer}.submit:hover{background-color:#add8e6;color:#000}.pokedex-list-wrapper{margin:2rem auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.pokedex-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;flex-basis:30%;gap:1.5rem}.controls button{padding:.5rem 1rem;margin-left:.5rem}.pokemon-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-sizing:border-box;color:#ff0}.pokemon-image{height:290px;width:260px;padding:.7rem}.pokemon-name{font-size:1.3rem}.pokemon-wrapper:hover{background-color:beige;color:red;border-radius:5%;cursor:pointer}.detail-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.pokemon-detail-wrapper{display:flex;flex-direction:column;align-items:center}.pokemon-detail-name,.pokemon-detail-height,.pokemon-detail-weight{font-size:xx-large;color:#ff0;margin-top:1rem}.pokemon-detail-type{margin-top:1rem;font-size:large;color:#000;display:flex;gap:2rem}.pokemon-detail-type>div{border:1px solid brown;border-radius:15px;padding:1rem;background-color:beige}.pokemon-detail-image{max-height:300px;margin-top:1rem}.pokemon-detail-name,.pokemon-detail-height,.pokemon-detail-weight>span{letter-spacing:.2rem}.similar-pokemon-detail-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.similar-pokemon-heading{font-size:xx-large;color:red;margin-top:1rem}.similar-pokemon-details{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;flex-basis:30%;gap:1.5rem}.wrong-name-pokemon{color:#ff0;font-size:x-large}
