1234567891011121314151617 |
- @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap');
- body {
- width: 100%;
- height: 100%;
- position: absolute;
- background: #000000;
- margin: 0;
- padding: 0;
- overscroll-behavior: none;
- }
- .container {
- width: 100%;
- height: 100%;
- position: relative;
- }
|