<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #0d1321;
    color: white;
    font-family: 'Work Sans', sans-serif;
}

img[width="1920"] {
    display: none;
}


a {
    text-decoration: none;
    color: white;
}

pre {
    font-size: 32px;
}

.column + pre {
    position: absolute;
    top: 100px;
    right: 200px;
}

.container {
    padding: 40px;
}

.row, .column {
    display: flex;
    overflow: hidden;
}

.row {
    width: 1320px;
}

.item-fill {
    visibility: hidden;
    flex-shrink: 0;
}

.row .item-fill {
    height: 1px;
    width: 1320px;
}

.column {
    flex-direction: column;
    height: 620px;
}

.column .item-fill {
    height: 620px;
    width: 1px;
}

.grid {
    flex-wrap: wrap;
    width: 900px;
    overflow: hidden;
    height: 900px;
}

.grid + pre {
    position: absolute;
    top: 200px;
    right: 300px;
}

.item {
    vertical-align: top;
    margin: 10px;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    font-size: 28px;
    border: 4px solid transparent;
    border-radius: 8px;
    flex-shrink: 0;
    width: 280px;
    height: 160px;
    background-color: #3e5c76;
}

.item:focus {
    border-color: #f0ebd8;
}

.la-scrollable-animating .item {
    border-color: transparent;
}</pre></body></html>