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

html,
body,
h1,
p {
  margin: 0;
}

body {
  min-height: 100vh;
}

img,
picture {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}
