body {
  background-color: #f1f1f1;
  height: 100%;
}
#donateForm {
  margin:5% 0 5% 0;
  padding: 5%;
  background-color: #FFF;
  box-shadow:3px 3px 12px gray;
}
footer {
  background-color: #FFF;
  bottom: 0;
  height: 80px;
  width: 100%;
  box-shadow:3px 3px 12px gray;
}
footer p {
  padding-top: 10px;
}

/*768px*/
@media (min-width: 768px) {

footer {
  height: 50px;
}

}