/* Fullscreen centered splash container */
#splash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background: rgb(224 224, 224);
}

/* Logo */
#splash img {
  width: 70px;
  margin-top: 70px;
}

/* Text */
#splash h2 {
  font-family: sans-serif;
  color: #444;
  margin-top: 130px;
  font-size: 10px;
}
