body {
  /* override the default margin of the html body */
  margin: 0;
}

body {
  background: #000;
  height: 100vh;
  width: 100vw;

  display: flex;
  align-items: center;
  justify-content: center;
}
