html, body { height: 100%; }
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #000;
  color: #000;
}
