.pico8-shelf {
    display: flex;
}

.pico8-cartridge,
.picotron-cartridge {
    background-color: #000;
    color: white;
    text-rendering: geometricPrecision;
    padding: 4px;
    margin: 4px;

    a {
        color: #29adff;
    }

    a:visited {
        color: #ff77a8;
    }

    ;
}

.picotron-shelf {
    display: flex;
}

.cart-links {
    text-align: center;
}