footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.5rem;
}

footer img {
    height: 40px;
    width: auto;
}