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