.splash-screen-container {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.app {
  z-index: 1;
}
.splash-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}