#footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    white-space: nowrap;
}

#footer p {
    margin: 0;
}

#footer a {
    text-decoration: none;
    color: var(--ink);
}
