.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  line-height: 50px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}