#global-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-size: 2em;
  color: #333;
  background-color: #fff; /* Optional: you can change the background color */
}