/* Footer Styles */
footer {
  font-family: 'Poppins', Arial, sans-serif; /* Same font as the italicized text in content boxes */
  font-size: 1rem; /* Same size as the placeholder text */
  font-style: italic; /* Italicized */
  color: rgba(255, 255, 255, 0.7); /* Same light text color */
  text-align: center; /* Centered at the bottom */
  padding: 0.5rem 0; /* Reduce vertical padding */
  background-color: var(--mcbb-bg); /* Match the site's background color */
}