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