
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  color: #333;
}

h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0 0 1rem 0;
  text-align: center;
  color: #2c3e50;
}

p {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  color: #6c757d;
  max-width: 600px;
  line-height: 1.5;
}
