


/* Set the fixed height of the footer here */
footer {
  position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

