<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    background: #01446A;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

body{
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    flex: auto;
}


.main{
    background: rgb(212, 212, 212);
    width: 95%;
    margin: auto;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image{
    width: 30%;
    height: 30%;
}</pre></body></html>