.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #003963;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
}

.footer a {
  color: #fff; /* Make the link color white, inheriting from the parent */
  text-decoration: none; /* It's good practice to underline links in a sentence */
}

/* Optional: Add a subtle hover effect */
.footer a:hover {
  color: #e0e0e0; /* A slightly off-white color on hover */
}
