@import "../root.css";

footer {
    width: 100%;
    height: var(--footer-height);
    background-color: var(--bg-color);
}

footer div {
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
