:root {
    --footerHeight: 75px;
}

footer {
    width: 100%;
    height: var(--footerHeight);
    background-color: var(--accentMain);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer h6 {
    color: var(--textLightest);
    font-weight: 400;
    font-size: 12px;
}