body {
  display: flex;
  justify-content: center;

  height: 100%;
  width: 100%;

  text-align: center;
  color: white;
  background-color: black;
}