main {
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 60rem;
    margin: auto auto 4rem;
    padding: 0 1.5rem;
}

.badges {
    margin: 1em 0 0 0;
}

.screenshots {
    margin: 2em 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}

.centered-text {
    text-align: center;
    max-width: 45rem;
}

.feature-headline {
    text-align: center;
    margin-bottom: 0.5em;
}

.feature-description {
    max-width: 45rem;
    margin-bottom: 2em;
}

.bottom-link {
    margin-bottom: 1em;
}