<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    padding: 5rem 0;
}

.footer-newsletter {
    width: 40%;
    padding-right: 2rem;
}

.footer-newsletter p {
    font-size: 1.5rem;
    margin: 10px 0 20px;
}

.footer-newsletter .newsletter-form input {
    width: 65%;
    flex: 1;
}

.footer-menu ul {
    list-style: none;
    display: grid;
    column-gap: 30px;
    row-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
}

.footer-menu ul li a {
    font-size: 1.2rem;
    margin-bottom: 10px;
    transition: 0.2s all;
}

.footer-menu ul li a:hover {
    color: var(--secondaryColor);
}</pre></body></html>