<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.link-list__container {
    text-align: center;
}

.link-list__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.link-list__content h2,
.link-list__description {
    margin-bottom: 2rem;
}</pre></body></html>