.footer{
    position: relative;
    z-index: 10;
    width: var(--padded-width);

    height: var(--padding-large);
    display: flex;
    flex-direction: row;
    align-items: end;
    padding: var(--padding);
}
#engineer a{
    color: var(--black);
    text-decoration: none;
}