/* style.css */

/* basic styling for the button */
button {
  font-family: "Helvetica Neau", "Helvetica", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 3px 10px;
  cursor: pointer;
}
