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

body {
    background-image: url('../image/back.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.iv-fill {
    min-height: 100%;
    height: 100%;
}

.iv-backpanel {
    background-color: #e8e9ea;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

.iv-logo-space {
    margin-top: 50px;
}

.iv-welcomemsg {
    margin-top: 30px;
}

.iv-break {
    flex-basis: 100%;
    height: 0;
}</pre></body></html>