<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #222;
}

.f-text p {
    color: #888;
    font-size: 14px;
}


/*==================================================*/
@media (max-width: 500px) {
    .f-text p {
        font-size: 12px;
    }
}</pre></body></html>