/* Custom styles for Quantum Lynx LLC */

/* Ensure images don’t overflow their containers */
img {
  max-width: 100%;
  height: auto;
}

/* Smooth link transition for nav links */
header nav a {
  transition: color 0.2s ease;
}

header nav a:hover {
  color: #a1c4fd;
}

/* Add a subtle drop shadow to cards */
.shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
