footer {
  display: flex;
  justify-content: space-between;
  padding: 1em 1em;
}

.leftFooter > * + *,
.rightFooter > * + * {
  margin-left: 1em;
}
