/* footer.css */

/* === Footer === */
footer {
  text-align: center;
  padding: 1.5rem;
  background-color: #111;
  color: white;
  margin-top: 2rem;
}
