<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");

.logo-box {
    margin: 50px 0;
}
.logo-box img {
    width: 40%;
}
.logo-box h1 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.footer {
    margin-top: 50px;
    background-color: #000;
    color: darkgrey;
    padding: 17px 0 13px 0;
}
.footer a {
    font-weight: 600;
    color: #e1e1e1;
}
</pre></body></html>