App.css 75 B

12345
  1. .App{
  2. max-width: 1600px;
  3. height: fit-content;
  4. margin: 0 auto;
  5. }