.footer {
    text-align: center;
    padding: 20px 24px;
    border-top: 1px solid rgba(255,255,255,0.05);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer p {
    color: var(--text-muted);
    font-size: 14px;
    margin: 0;
}

.footer p a {
    color: var(--text-muted);
    text-decoration: none;
}

.footer p a:hover {
    color: var(--text-main);
}