.footer {
  margin-top: 22rem;
}

@media only screen and (max-width: 640px) {
  .footer {
    margin-top: 15rem;
  }
}
