#app-loading {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a2e;
  z-index: 9999;
}

#app-loading-logo {
  display: block;
  width: 180px;
  height: 180px;
}