

footer {
    background-color:#651074;
;
    bottom: 0;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    position: sticky;
    text-align: center;
}

.ex-footer-logo {
    width: 60px;
    transition-duration: 500ms;
}

@media (max-width: 700px) { 
    ex-footer div{
        max-width: 70%;
    }
    .ex-footer-logo {
        width: 25px;
    }
    ex-footer{
        position: static;
        padding: 0 10px;
    }
}