:root {
  font-family: Arial, sans-serif;
  color: #1f2937;
  background: #f8fafc;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  text-align: center;
}

h1 {
  margin-bottom: 0.5rem;
}

p {
  margin: 0;
}
