/* footer.css */
footer {
  background: linear-gradient(90deg, #000428, #004e92);
  text-align: center;
  padding: 40px 20px;
  margin-top: 60px;
}

footer p {
  color: #ccc;
  font-size: 0.9rem;
}
