html, body {
  margin: 0;
  background: black;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex
}
