body {
  background: black;
  display: grid;
  place-items: center;
  height: 100vh;
}
