/* Footer styles (you already had these) */
.my-footer {
  margin-top: 3rem;
  border-top: 1px solid #d1d5db;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.875rem;
  color: #4b5563;
}
@media (prefers-color-scheme: dark) {
  .my-footer {
    border-color: #374151;
    color: #9ca3af;
  }
}
.my-footer-link {
  color: #3b82f6;
  text-decoration: none;
}
.my-footer-link:hover {
  text-decoration: underline;
}