html { scroll-behavior: smooth; }

body, figure, h1, h2 {
	margin: 0;
}
img { width: 100; }

button,
fieldset,
input,
legend,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 1;
  margin: 1;
  box-sizing: border-box;
}

