@import './themes.scss';
.loadMore {
  height: 100px;
  color: $ld-fc-wk;
  font-size: $ft-s;
}
.flexCenter {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.itemCenter {
  align-items: center;
}
