/* Show it is fixed to the top */
html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 75rem;
  padding-top: 4.5rem;
}

.footer {
  position: absolute;
  bottom: 0;

  color: #FFF;

  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  padding: 10px;
  padding-bottom: 15px;
   /* Vertically center the text there */
  background-color: #333;
}
