body {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  font-family: 'Segoe UI', Arial, sans-serif;
  height: 100vh;
}

.container {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 3rem;
  color: #333;
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}