* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #0f0f0f;
  color: #e0e0e0;
  min-height: 100vh;
}

.app-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
}

.app-container h1 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.app-container p {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #888;
}
