footer {
    min-height: 100px;
    background-color: #171C26;
    margin-top: auto;
    width: 100%;
}

footer #footer-container {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

footer #footer-container .footer-image {
    margin: 0 auto;
}

footer #footer-container .footer-image img{
    max-height: 40px;
}