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

  z-index: 10000000;

  background-color: white;
  
  text-align: center;

  color: #0B2B51;

  /* display: flex; */
  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: 96px;
  max-width: 80vw;
}

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

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