#app-init-error {
  display: none;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
  font-family: 'Titillium Web', sans-serif;
  background: #fff;
}

#app-init-error h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #202124;
  margin: 0 0 1rem;
}

#app-init-error p {
  font-size: 1.125rem;
  color: #5f6368;
  margin: 0 0 2rem;
  line-height: 1.5;
}

#app-init-error a {
  font-size: 1rem;
  color: #1a73e8;
  text-decoration: none;
}

#app-init-error a:hover {
  text-decoration: underline;
}
