@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { min-height: 100%; -webkit-text-size-adjust: 100%; }
  body { min-height: 100vh; margin: 0; }
  img, svg { display: block; max-width: 100%; }
  button, input, select, textarea { font: inherit; }
  button { cursor: pointer; }
  a { color: inherit; text-decoration: none; }
  table { border-collapse: collapse; width: 100%; }
}
