footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111;
  color: white;
  text-align: center;
  padding: 15px;
}

body {
  margin-bottom: 60px; /* Prevent content overlap */
}