blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
button,
input,
select,
textarea {
  font: inherit;
  box-sizing: border-box;
  border: none;
  background: none;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
