<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper    {
    max-width: 1200px;
}

.contact {
    color: white;
    padding: 0;
}

.contact img {
    max-width: 100%;
}

.contact p {
    padding: 10px 0;
}

.contact a {
    color: white;
    text-decoration: none;
}
.contact a:hover,
.contact a:focus {
    color: white;
    opacity: 0.75;
}</pre></body></html>