footer {
  padding-bottom: 80px;
  padding: 0;
  width: 100%;
  height: 75px;
  position: fixed;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, #7d8b96, white);
}

