<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

body {
    font-family: 'Open Sans', sans-serif;
}

/* Header */

.navbar-brand {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Footer */

footer {
    padding: 50px 0;
    background-color: lightgray;
}

.page-start {
    margin-top: 5em;
}</pre></body></html>