footer#footer {
width: 100%;
padding: 0 1rem;
background-color: var(--light-grey);
display: flex;
justify-content: space-between;
align-items: center;
font-size: min(max(.8rem, 1vw), 1.2rem);
position: relative;
position: fixed;
bottom: 0;
z-index: 10;
}