html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.search-page {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 70px;
  height: calc(100vh - var(--header-height) - var(--footer-height));
}
