.splash-screen {
  position: fixed;
  background: linear-gradient(0deg, #041051, #041051), linear-gradient(260.91deg, #051E67 0%, #001447 100%);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    max-height: 368px;
  }
}