button {
  background: unset;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
}
button:hover {
  background: unset;
  color: inherit;
  text-decoration: inherit;
}
a {
  color: inherit !important;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
