*,
*::before,
*::after {
  all: unset;
  box-sizing: inherit;
}

html,
body,
div,
article,
section,
main,
header,
footer,
nav,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote {
  display: block;
}

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

html {
  font-family: sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
}

head,
style,
script,
title,
meta,
link {
  display: none !important;
}
