.emptyText {
  display: block;
  margin: var(--large-margin) 0 0 0;
}

.page {
  overflow: scroll;
  flex: 1;
  background-color: var(--white);
}
