/* ================================================================
   Footer Styles
   ================================================================ */

/* Footer container */
.footer {
  width: 100%; /* Full width */
  text-align: center; /* Center text in the footer */
  z-index: 100;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Make the footer content look nice */
.footer p {
  margin: 0; /* Remove default margin */
  font-size: 0.8rem; /* Optional: Adjust font size */
}

.footer p a,
.footer p a:hover {
  color: black;
}

.dark .footer p a,
.dark .footer p a:hover {
  color: white;
}
