body {
  font-family: 'Segoe UI', sans-serif;
  margin: 2rem;
  background: #f8f9fa;
  color: #333;
}

h1 {
  text-align: center;
  color: #2c3e50;
}

h2 {
  margin-top: 2rem;
  color: #34495e;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  margin: 0.5rem 0;
  padding: 0.6rem;
  background: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

a {
  text-decoration: none;
  color: #0077cc;
}

a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 4rem;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}