body {
  background-color: black;
  color: white;
}

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