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

#loading-screen img {
  width: 150px;
  height: auto;
}
