
/* Display buttons */

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

.button:hover {
  color: #fff !important;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
  text-decoration: none;
}
