.app__init {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fb;
}

@media (prefers-color-scheme: dark) {
  .app__init {
    background-color: #131313;
  }
}

.app__init-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.app__init-logo-img {
  width: 150px;
  height: 150px;
}

.app__init-logo-title {
  font-family: 'Roboto Slab';
  font-size: 2rem;
  text-align: center;
}
