html,
body {
  min-height: 100%;
  margin: 0;
  background: #050505;
}

#startup-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  box-sizing: border-box;
  color: #ffffff;
  background: #050505;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

#startup-loader strong {
  font-size: 3rem;
  letter-spacing: -0.04em;
}

#startup-loader span {
  color: rgba(255, 255, 255, 0.65);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
}

#startup-loader a {
  margin-top: 1.25rem;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
}