@import url(core.css);

.footer-container {
    width: 100%;
    position: fixed;
    background-color: var(--primary);
    height: 5rem;
    bottom: 0;
}

.footer-list {
    height: inherit;
    width: inherit;
    display: flex;
    flex-direction: row;
}

.footer-item {
    margin: auto;
    align-content: center;
}