.footer {
  display: flex;

  align-items: center;
  justify-content: center;

  height: 5vh;

  font-weight: var(--fw-semibold);
}