.pokemon-list{display:flex;flex-wrap:wrap;justify-content:space-around}.pokemon-card{width:200px;margin:10px;padding:10px;border:1px solid #ccc;border-radius:5px;background-color:#f8f8f8;box-shadow:0 2px 4px rgba(0,0,0,.1);text-align:center}.pokemon-card:hover{background-color:#be4f4f}.pokemon-img{max-width:100%;height:auto;display:block;margin:0 auto 10px}.pokemon-name{font-weight:700;font-size:24px;margin-bottom:10px}.pokemon-height{font-size:18px;margin-bottom:10px}