.pokemon {
  display: inline-block;
  text-align: center;
background-color: red;
}

.pokemon img {
  display: block;
}
