*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  background: #f5f5f5;
}

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

.home h1 {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 600;
}

.home p {
  margin: 0;
  color: #555;
}
