:root {
  box-sizing: border-box;
}

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

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

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

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

body,
h1, 
h2, 
h3,
p,
figure,
blockquote {
  margin: 0;
}

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

label {
  display: block;
}

input {
  font: inherit;
  border: 0;
  appearance: none;
  padding: 0;
}

button {
  font: inherit;
  appearance: none;
  border: 0;
  cursor: pointer;
}
