#login-button {
    display: none;
    align-self: center;
}

figure ul {
    padding: 1em 0 0 2em;
}

#app-downloads {
    display: none;
    justify-content: center;
    gap: 2em;
}

#win-app, #mac-app {
    display: none;
}

#promo-code {
    display: none;
    max-width: 10em;
    height: 2em;
    margin: auto;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 0px 5px;
}
