:root {
  --bg-color: #00008b;
  --text-color: #ffff00;
  --secondary-text: #ffffff;
  --font-main: "Tahoma", Geneva, sans-serif;
  --font-alt: "Verdana", Arial, sans-serif;
}

.finfurfeather-photo-gallery {
  margin: 0;
  font-family: var(--font-main);
  background-color: var(--bg-color);
  color: var(--text-color);
  text-align: center;
}

.finfurfeather-photo-gallery header {
  padding: 2rem 1rem;
}

.finfurfeather-photo-gallery header h1 {
  font-size: 2.5rem;
  font-family: var(--font-alt);
  margin: 0;
  color: var(--secondary-text);
}

.finfurfeather-photo-gallery header p {
  font-size: 1rem;
  margin: 1rem 0 0;
}

.finfurfeather-photo-gallery .nav-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.finfurfeather-photo-gallery .nav-buttons > * {
  background: #ffff00;
  color: #000;
  font-family: var(--font-alt);
  font-size: 1rem;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}

.finfurfeather-photo-gallery .nav-buttons button:hover {
  background: #ffd700;
}

.finfurfeather-photo-gallery section.years {
  max-width: 1000px;
  margin: 2rem auto;
}

.finfurfeather-photo-gallery .years h2 {
  border-top: 2px solid var(--text-color);
  border-bottom: 2px solid var(--text-color);
  padding: 0.5rem 0;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--secondary-text);
}

.finfurfeather-photo-gallery .year-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.finfurfeather-photo-gallery .year-grid a {
  font-size: 2rem;
  color: var(--text-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
  text-decoration: underline;
}

.finfurfeather-photo-gallery .year-grid a:hover {
  color: #ffd700;
}

.finfurfeather-photo-gallery footer {
  border-top: 2px solid var(--text-color);
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.finfurfeather-photo-gallery footer a {
  font-size: 1.25rem;
  color: var(--text-color);
  text-decoration: none;
  font-family: var(--font-alt);
}

.finfurfeather-photo-gallery footer p {
  color: var(--secondary-text);
  font-size: 0.9rem;
  margin: 0.5rem 0 0;
}
