.footer {
  background-color: #CEB49F;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}

.footer-content {
  max-width: 960px;
  margin: 0 auto;
}