footer{
  background: #b7aa69;
  color: #262524;
  height: 30px;
  margin-top: 5rem;
}

footer div{
  padding: 5px;
}


@media (max-height: 768px){
  footer{
    height: auto;

  }
}
