footer {
  /*border: 3px solid red;*/
  background: linear-gradient(to bottom, #8DC63F, #568125);
  text-align: center;
  padding: 10px 0;
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  font-size: 18px;font-weight:300;
  color: #ffffff;
}