.footer {
  height: 42px;
  flex-shrink: 0;
}

.footer-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-text {
  color: var(--color-system-300);
  margin: 0;
}