/* assets/css/style.css */
body {
  background-color: #f8f9fa;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}
.card {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 0.75rem;
}
.navbar-brand {
  font-weight: bold;
}
footer {
  background-color: #212529;
  color: white;
  padding: 1rem;
  text-align: center;
}
