body {
  margin: 0;
  background-color: black;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100vh;
}
