body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

header {
  background: linear-gradient(90deg, #007bff, #0056b3);
}

footer {
  font-size: 0.9rem;
}

#cookieBanner {
  z-index: 9999;
}

h2 {
  border-bottom: 2px solid #007bff;
  padding-bottom: 0.5rem;
}
