
.site-footer {
    background: #f1f5f9;
    color: #475569;
    padding: 2rem;
    margin-top: 4rem;
}

.site-info {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 1.2rem; */
}

.copyright-bar {
    text-align: start;
    font-size: 0.9rem;
    line-height: 1.8;
    opacity: 0.9;
}

.copyright-bar a {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1px solid rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
}

.copyright-bar a:hover {
    border-bottom-color: #2563eb;
    opacity: 1;
}
.footer-404{
    position: fixed;
    bottom: 0;
    width: 100%;
}