body{background-color:#f5ee95}.outer-pokedex{display:flex;flex-direction:column;align-items:center}#pokedex-heading{margin:0 auto;letter-spacing:6px;font-style:italic}a:visited{color:#8a2be2;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}.pokemon{flex-basis:20%;height:200px;width:300px;display:flex;flex-direction:column;align-items:center;margin-top:2rem}.pokemon-name{font-size:larger;letter-spacing:.5rem}.pokemon-image{margin-top:1rem;height:150px;max-height:80%}.pokemon:hover{background-color:#b6dde4}.search-wrapper{margin:0 auto}#pokemon-name-search{margin-top:2rem;width:600px;padding:1.5rem;background-color:#bcf1f1}.Pokedex-wrapper{display:flex;flex-direction:column}.pokemon-details-name{font-size:xx-large;color:#39125e;margin-top:1rem}.pokemon-details-name>span{letter-spacing:1rem;font-style:italic}.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:#8a2be2}.pokemon-details-image{margin-top:2rem;max-height:200px}.pokemon-details-wrapper{display:flex;flex-direction:column;align-items:center}.heading-css{margin-top:2rem;color:#961b9f;text-align:center;font-size:larger;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;text-decoration:underline}.insideList-css{color:#961b9f;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}
