footer {
    position: fixed;
    bottom: 0;
    width: fit-content;
    right: 0;
    padding: 1rem;
    z-index: 100;
}
@media only screen and (min-width: 1024px) {
    footer {
        padding: 2rem;
    }
}

footer img {
    display: flex;
    height: 1.5rem;
    width: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1024px) {
    footer img {height: 2rem;}
}