body {
  background-color: #000C19;
}

#splash-screen {
  position: relative;
  background: center / cover no-repeat url('/assets/images/png/bg.png');
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

#splash-screen::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  width: 200px;
  background:  center / cover no-repeat url('/assets/images/gif/loading.gif');
}

#wrapper {
  width: 100%;
  height: 100%;
}