#content {
    text-align: center;
}

.archive-adventure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
}

.desktop .archive-adventure {
    flex-direction: row;
}

.archive-adventure:last-child {
    margin-bottom: 16px;
}

.desktop .archive-image {
    margin-right: 10px;
}

.archive-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.desktop .archive-info {
    flex: 1;
}

.archive-title {
    font-family: var(--comic-font);
    font-weight: 700;
    font-size: 36px;
    margin: 16px 0;
}

.desktop .archive-title {
    font-size: 32px;
}

.archive-links {
    margin-top: 16px;
}