<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body {
    font: normal 14px/20px Arial, Helvetica, sans-serif;
    background-color: #003330;
    color: #F6F5F3;
    text-rendering: optimizeLegibility;
}

.container {
    margin: auto;
    height: auto;
    min-height: 100%;
}

.header {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 42%;
    left: 0;
}

.header h1 {
    margin: auto !important;
    font-size: 5em;
    font-weight: bold;
}

.header hr {
    width: 50%;
}

.domain {
    width: 100%;
    text-align: center;
    font-weight: bolder;
    padding: 10px 0 10px 0;
    color: #222222;
    background-color: transparent;
    font-family: "Exo 2",sans-serif;
    color: #fff;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   text-align: center;
}
</pre></body></html>