body {
    padding: 1em;
}

.screenshots {
    display: flex;
    flex-direction: row;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: small;
}

.product {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 1em;
}

#install .options {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.install {
    display: flex;
    flex-direction: column;
    align-items: center;

    font-size: small;
    background-color: var(--pico-color-slate-750);
    padding: 1em;
    border-radius: 0.5em;
}

.install img {
    width: 3em;
}