body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #007ce3 30%, #005ca8 90%)
}
.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(180deg, #007ce3 30%, #005ca8 90%);
  font-family: Roboto, Helvetica, 'sans-serif';
}

.splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
}
