#initial-loader {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont;
  font-size: 18px;
  color: #555;
  background: #fff;
}
