style.css 90 B

12345678910
  1. html,body {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .hidden {
  6. display: none !important;
  7. }