footer {
  min-height: 50px;
  background-color:linear-gradient(100deg,black,red 100%);
  color:white;
  text-align:center;
  border-top:2px solid rgba(255,255,255, 0.3);
  width:100%;
  position:fixed;
  bottom:0;
}
