.init-Loading-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(250, 250, 250);
  position: relative;
}

.app-logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .1em;
}

.app-logo {
  margin-bottom: 2em;
}

.loading-text {
  font-family: Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: .9em;
  font-weight: 400;
  letter-spacing: .1em;
}