.loaderContainer {
  height: 100vh;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50%;
}

.errorContainer {
  height: 100vh;
}
