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

body {
    background-color: #B3D5F2;
    margin:0px;
    display:flex;
    flex-direction:column;
}

footer {
    position:relative;
    bottom:0;
}

.sf-toolbar {
    display:none !important;
}


</pre></body></html>