
.site-footer {
    background: #14045b;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer-nav a {
    margin: 0 10px;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #ff6801;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}