.footer {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    text-transform: capitalize;
}

.footer ul {
    width: 80%;
    margin: 2rem auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer ul li {
    margin: 0 1rem;
    margin-top: 1rem;
    font-weight: 600;
    list-style: none;
}

.footer ul li a {
    color: var(--secondary-color);
    font-size: 1.2rem;
}