footer {
    position: absolute;
    bottom: auto;
    width: 100%;
    height: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--bs-primary);
    color: var(--bs-tertiary-bg);
}