footer{
    display: flex;
    padding: 32px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 54px;
    align-self: stretch;
}

#contact{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 54px;
    align-self: stretch;
    flex-wrap: wrap;
}

footer p, footer a{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: var(--font-Body-1-name, "Satoshi Variable");
    font-size: var(--font-Body-1-Size, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-Body-1-LineHeight, 44px); /* 220% */
    text-decoration: none;
}

#footerNav{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 54px;
    align-self: stretch;
    flex-wrap: wrap;
}