<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        .main-links {
            width: 30%;
        }
        .main-links a:link, .main-links a:visited {
            width: 100%;
            display: block;
            text-align: center;
            color: white;
            text-decoration: none;
            font-family: 'Lato', sans-serif;
            padding: 10px 0;
        }
        .main-links a:hover {
            opacity: 0.8;
        }
        .main-links span {
            width: 100%;
            display: block;
            text-align: center;
            color: #ccc;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        .footer {
            width: 100%;
            display: flex;
            background-color: #0b539f;
            font-family: 'Montserrat', sans-serif;
            color: white;
            padding: 50px;
            justify-content: space-between;
        }
        .copyright {
            width: 100%;
            display: block;
            background-color: #0b539f;
            padding-bottom: 50px;
            color: white;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
        }
        .copyright a:link, .copyright a:visited {
            display: inline-block;
            text-decoration: underline;
            text-decoration-style: dotted;
            color: white;
            cursor: pointer;
        }</pre></body></html>