html {
  box-sizing: border-box; 
}
*, *::before, *::after {
  box-sizing: inherit; 
}
h1, h2, h3, h4, figure, p {
  margin: 0;
  padding: 0; 
}