App.css 97 B

123456
  1. .App {
  2. min-height: 100vh;
  3. display: flex;
  4. justify-content: center;
  5. align-items: center;
  6. }