/* Minimal splash styles to avoid MIME errors during local dev */
html, body {
  height: 100%;
  margin: 0;
}
#splash {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}
#splash img.center {
  max-width: 80%;
  height: auto;
}
