body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

#searchInput {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

.link-item {
  margin: 10px 0;
}

.link-item a {
  text-decoration: none;
  color: #007BFF;
}

.link-item a:hover {
  text-decoration: underline;
}

header {
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  padding: 1rem 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

footer {
  background-color: #f8f9fa;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.home-button {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 0rem;
  border-radius: 6px;
  transition: background 0.2s;
  text-decoration: none;
}

.home-button:hover {
  background: #eff6ff;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: #2563eb;
}

.page-head {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem;
  align-content: center;
}