.button {
  border: none;
  border-radius: 0.25em;
  background-color: rgba(112, 57, 26, 0.07);
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 0.25em 0.5em;
  text-decoration: none;
  display: inline-block;

  &:hover {
    opacity: 0.5;
  }
}
