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

html,
body,
main,
section,
header,
footer,
div,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  border: 0;
  user-select: none;
  -webkit-user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
}
