/*
  footer settings.
*/

footer {
  display: flex;
  height: 3vh;
  grid-area: footer;
  align-self: end;
  font-size: 9pt;
  font-style: italic;
  font-variant: normal;
  line-height: 9pt;
  align-items: center;
  justify-content: center;
  background-color: var(--color-orig-0);
  color: var(--color-orig-2);
}

