html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.footer {
  width: 100%;
  height: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
