<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f9;
}

.container {
    text-align: center;
}

.logo {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 2rem;
    color: #333;
    margin-top: 20px;
}
</pre></body></html>