* {
  outline: none;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

*:not(#html):not(#tinymce) > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

button {
  padding: 0;
  border: none;
  background: unset;
}

