.footer {
  position: fixed;
  bottom: 20%;

  width: 100%;

  /* Set the fixed height of the footer here */
  height: 40px;
}

.footer_abs {
    position: fixed;
    bottom: 20%;

    width: 100%;

    /* Set the fixed height of the footer here */
    height: 40px;
}