@charset "utf-8";

*, *::after, *::before {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

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