/* Modern CSS Reset */
:where(html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video) {
  all: unset;
  display: revert;
}

html {
  block-size: 100%;
  inline-size: 100%;
  text-size-adjust: 100%;
}

body {
  min-block-size: 100vh;
  min-inline-size: 100vw;
  line-height: 1.5;
}

a,
button {
  cursor: pointer;
}

img,
svg,
picture,
video,
canvas {
  display: block;
  max-inline-size: 100%;
}

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