.xh-page {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: var(--xh-bg);
  font-family: var(--xh-font-family);
}
