<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #134A80;
    color:white;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}

.site-footer h5{
    font-size: 14px;
    padding-bottom:0.5rem;
}
.site-footer a {
    color: white;
    
}

.sociallinks a{
    margin-right: 5%;
}

.sociallinks a:hover{
    text-decoration:none;s
}

.site-footer ul{
    list-style: none;
    padding-left:0;
    padding-bottom: 10px;
}
.site-content {
    min-height: 40vh;
}</pre></body></html>