body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding:0;
  margin:0;
}
