footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ccc;
  color: #000;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  z-index: 9999;
}
