@import url("/styles/pokemon/pokemon.css");

body {
    background-image: url("/views/pokemon/gen1/images/background_gen1.png");
}

/* pokemon sprite */
.pokemon_card img {
    margin: 3px auto 6px;
    width: 56px;
    height: 56px;
}

#pokedex.small .pokemon_card {
    padding: 3px;
}

#pokedex.small img {
    width: 46px;
    height: 46px;
}

/* Pokédex small boxes */
#pokedex.small .pokedex_box {
    grid-template-columns: repeat(5, 1fr);
}