footer {
    bottom: 0;
    width: 100%;
    height: 10rem;
    text-align: center;
    padding: 20px;
    background-color: var(--black-color);
    color: var(--white-color);
    z-index: -1;
    position: sticky;
}