#footer {
  position: fixed;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666;
}