/* blue.css */
body {
  background-color: #b6d6ff; /* bg-blue-100 */
  color: #1e3a8a; /* text-blue-900 */
  font-family: sans-serif;
}

main {
  background-color: #eff6ff; /* bg-blue-50 */
  border: 2px solid #60a5fa; /* border-blue-400 */
  color: #1e3a8a;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

#sidebar {
  background-color: #eff6ff;
  border: 2px solid #60a5fa;
  color: #1e3a8a;
  padding: 1rem;
  border-radius: 0.5rem;
  gap: 1.5rem;
}

#sidebar a {
  color: #1e3a8a;
  text-decoration: underline;
}

.retro-footer {
  background-color: #1e3a8a !important; /* override Tailwind */
  color: #ffffff !important;
  border: 2px solid #2563eb !important;
}

.retro-footer-link a {
  color: #93c5fd !important;
}

.retro-footer-marquee {
  color: #fcd34d !important;
}
