html
{
  box-sizing: border-box;
}

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

header
{
  width: 25em;
}

footer
{
  width: 12em;
}
