#splashscreen {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1001;
}

#splashscreen-logo-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

#app-version {
  position:absolute;
  top:12px;
  right:12px;
  font-size: 13px;
  color: #888;
  z-index: 1002;
}
