footer {
  background: #111;
  color: #ccc;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;

}

.footer-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

footer nav {
  margin-top: 10px;
}

footer nav a {
  color: #ccc;
  margin: 0 10px;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
  color: #fff;
}
