body {
    background-color: black;
}

.center {
    display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  border: 1px solid black;
}