* {
  box-sizing:border-box;
}

html {
  line-height:1.2;
  -webkit-text-size-adjust:100%;
  scroll-behavior: smooth;
}

body {
  margin:0;
}

main {
  display:block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin:0;
}

p + p {
  margin-top:1em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

[hidden] {
  display: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: inside;
}