/* closure page stylesheet */
body {
  background-color: #f9f9f9;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#closure-message {
  text-align: center;
  padding: 2rem;
  max-width: 600px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

#closure-message h1 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

#closure-message p {
  margin: 0.5rem 0;
  line-height: 1.5;
}
