body {
  display: flex;
  justify-content: center;
  background-color: black;
}
.container {
  display: flex;
  justify-content: center;
}
