.site-footer {
    background-color: #3f6cb4;
    color: #ffffff;
    font-size: 14px;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #e7c1ff;
    text-decoration: underline;
}

.site-footer .footer-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-size: 16px;
}

.site-footer .footer-links li {
    margin-bottom: 8px;
}

.site-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #8a3ab9;
    color: #ffffff;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.site-footer .footer-social a:hover {
    background-color: #6f2c95;
    text-decoration: none;
}

.site-footer .footer-bottom {
    background-color: #345a99;
    font-size: 13px;
}
.footer-links a{

    font-size: 18px;
}
