#gameSpace {
    display: flex;
    flex-direction: row;
}

.market {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 2em;
    width: fit-content;
    border: 2px solid black;
    border-collapse: collapse;
    text-align: center;
}

.listing {
    display: flex;
    flex-direction: row;
    border: 1px solid black;
    border-collapse: collapse;
}

.stockInfo {
    margin: 1em;
    width: 25%;
    text-align: center;
    /* padding: 1em; */
}

.stockInfo input {
    height: 67%;
    margin: 1em;
}