html, body { height: 100%; margin: 0; }

body {
  background: #000;
  display: grid;
  place-items: center;
}
