<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
footer {
    background: #333;
    color: white;
    padding: 10px;
    height: 80px;
    overflow: hidden;
}

footer div {
    height: 60px;
    position: relative;
}

footer ul {
    padding-left: 20px;
}

footer li {
    list-style: none;
    float: left;
    padding-right: 20px;
    position: relative;
    height: 60px;
    margin-top: 15px; 
}

footer a {
    color: white;
}

footer a:hover {
    color: yellow !important
}

footer p {
    font-size: 16px;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 20px;
}

footer i {
    font-size: 30px;
    vertical-align: middle;
}

footer .links {
    min-width: 140px;
    max-width: 140px;
}

/* For all other sizes except desktop */
@media (max-width: 1199px) {

    footer {
        height: 120px;
        text-align: center;
    }

    .social-links {
        display: none;
    }

    footer ul {
        display: inline-block;
        text-align: center;
    }
    
    footer .links {
        min-width: 40px;
        max-width: 40px;
    }

    footer p {
        font-size: 18px;
        text-align: center;
        padding-top: 5px;
    }

}</pre></body></html>