#splash-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

  z-index: 10000000;

  /* background-color: white; */
  background: linear-gradient(107.72deg, #00A0FF 8.88%, #00C3FF 84.36%);

  color: white;

  display: none; /* set to display: flex; with JavaScript */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.splash-screen--logo {
  margin-bottom: 1.5rem;
}
.splash-screen--logo img {
  height: 220px;
  max-width: 80vw;
}

.splash-screen--title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.splash-screen--subtitle {
  margin-top: 0.5rem;
  font-size: 1.25rem;
}
