footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: fit-content;
    background-color: rgb(225, 225, 225);
}

footer small {
    padding: 0 1rem;
    color: black;
}