<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=======================================
    GENERAL STYLES
==================================================*/
body {
    font-family: 'Nova Flat', cursive;
    background-color: #B396FF;
color: #fff;
}
.pad-top {
    padding-top:60px;
}
.text-center {
    text-align:center;
}
#error-link {
    font-size:150px;
    padding:10px;
}


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