*,
*::before,
*::after {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
}

a,
button,
input,
textarea {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

a,
button {
  user-select: none;
  border: none;
  border-radius: 0;
  text-align: center;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
