*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
p,
figure,
dl,
dd,
ol,
ul,
fieldset {
  margin: 0;
}

ol,
ul {
  padding: 0;
}

li {
  list-style: none;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  appearance: button;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

textarea {
  resize: vertical;
}
