footer {
    background-color: #1F1D2A;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
    footer * {
        font-size: 12px;
        font-weight: 500 !important;
    }
    footer a {
        color: #fff;
        text-decoration: none;
    }
    footer a, footer a svg {
        transition: color 0.5s ease, fill 0.5s ease;
    }
        footer a:hover, footer a:hover svg {
            color: #c875f5;
            fill: #c875f5;
        }


.footer-container > div {
    margin-bottom: 10px;
}

    .footer-logo img {
        width: 150px;
    }

.footer-social svg {
    width: 30px;
    fill: white;
    margin: 0px 5px 10px 5px;
}