/* Reset */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Styles */
h1 {
  color: #ccc;
}
