Style.css 110 B

1234567
  1. body {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. flex-direction: column;
  6. }