.footer {
  width: 100%;
  background: #ab9c80;
  padding-top: 45px;
  padding-bottom: 36px;
}
.footer p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #694605;
  line-height: 30px;
}
.footer p a {
  color: #694605;
}
.footer p a:hover {
  color: #85682d;
}
