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

#app-loading img {
  width: 240px;
  max-width: 70vw;
}
