<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f7f7f7;
    color: #333;
}

h1 {
    text-align: center;
}

.sort-controls {
    text-align: center;
    margin-bottom: 20px;
}

#content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

section {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
}

section h2 {
    margin-top: 0;
}

footer {
    text-align: center;
}
</pre></body></html>