#loading-screen.overlay {
  position: fixed;
  inset: 0;
  background-color: white;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading-screen.overlay .text {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

/*# sourceMappingURL=loading-screen.css.map */
