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

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% auto;
}

.message-error {
    color: red;
    font-weight: bold;
}</pre></body></html>