#title {
  display: flex;
  height: calc(100dvh - calc(2 * var(--nav-height)));
  justify-content: center;
  align-items: center;
}