base.css 305 B

1234567891011121314151617
  1. @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap');
  2. body {
  3. width: 100%;
  4. height: 100%;
  5. position: absolute;
  6. background: #000000;
  7. margin: 0;
  8. padding: 0;
  9. overscroll-behavior: none;
  10. }
  11. .container {
  12. width: 100%;
  13. height: 100%;
  14. position: relative;
  15. }