
.marketContainer {
    border-color: black;
    border-width: 5px;
    border-radius: 10px;
}

.marketListing {
    border-spacing: 20px;
}

.marketPokemon {
    max-width: 100px;
    max-height: 100px;
}

.marketName {
    color: black;
    padding: 100px;
}

.marketPrice {
    font-style: italic;
}