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

.flex.column {
    flex-direction: column;
}

.flex.aic {
    align-items: center;
}

.flex.jsc {
    justify-content: center;
}

.flex.jsa {
    justify-content: space-around;
}

.flex.jsb {
    justify-content: space-between;
}

.flex.wrap {
    flex-wrap: wrap;
}</pre></body></html>