.site-footer {
  width: 100%;
  padding: 20px 0;
  background-color: #000000; /* Black background */
  text-align: center;
  border-top: 1px solid #333333; /* Darker border to blend in */
  font-family: Arial, sans-serif;
}

.footer-content p {
  margin: 0;
  color: #ffffff; /* White text */
}

.footer-content a {
  color: #4da3ff; /* Lighter blue for better contrast on black */
  text-decoration: none;
  font-weight: bold;
}

.footer-content a:hover {
  text-decoration: underline;
  color: #ffffff; /* Optional: link turns white when hovering */
}