.SearchPage {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main,
.empty {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--SearchPage_backgroundColor);
}

.main {
  justify-content: space-between;
}

.empty {
  justify-content: center;
}

.pagination {
  align-self: flex-end;
  margin: 24px;
}
