.footer-copyright {
  text-align: center;
  padding: 20px;
  background-color: #f6f5f5;
  /* Light background for better contrast */
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.footer-copyright p {
  margin: 5px 0;
}

.footer-copyright a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.footer-copyright a:hover {
  text-decoration: underline;
}
