#loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
}

#defaultLoadingContent {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: white;
}

/*# sourceMappingURL=defaultLoadingScreen.css.map */
