.Footer {
  white-space: nowrap;
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  span {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  color: light-dark(silver, dimgrey);
  svg {
    stroke-width: 1;
  }
}
