a.button {
  font-family: "United Sans",Impact,"Arial Black","sans serif";
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 8px 3em 6px 3em;
  border: 2px solid #8e6f3e;
  display: inline-block;
}

a.button:hover {
  color: #fff;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}