.site-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0;
    font-size: 15px;
    margin-top: 50px;
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left a,
.footer-right a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
    transition: color 0.3s ease;
}

.footer-left a:hover,
.footer-right a:hover {
    color: orange;
}

.footer-right a i {
    font-size: 20px;
    margin-right: 10px;
}
