html, body {
    height: 100%;
}

body {
  background-color: black;
  display: grid;
  place-items: center;
}
