.footer {
    width: 100%;
    background-color: var(--overleaf-900);
    color: var(--clay-300);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    font-size: 1.7ch;
    padding-inline: 5%;
    gap: 1.2rem;
}

.footer h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2.5ch;
    text-decoration: underline;
}

.footer ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.footer ul li p {
    text-align: start;
    font-weight: 700;
}

.footer .icon {
    width: 2rem;
    height: 2rem;
}
