<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: var(--bs-secondary) !important;
}

body #main {
    display: flex;
    width: 100vw;
    max-width: 500px;
    height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/* Alert */
div.alert ul,
div.alert ul li {
    text-align: left;
}

div.alert ul {
    margin-bottom: 0;
}
</pre></body></html>