body {
  font-family: 'Poppins', sans-serif;
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.8;
  color: #333;
  background: #fffaf4;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

h1 {
  color: #ff6600;
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  color: #d35400;
  margin-top: 25px;
}

p, li {
  font-size: 16px;
}

footer {
  margin-top: 40px;
  text-align: center;
  color: #777;
  font-size: 14px;
}
