| * { | |
| box-sizing: border-box; | |
| padding: 0; | |
| margin: 0; | |
| } | |
| html, | |
| body { | |
| max-width: 100vw; | |
| overflow-x: hidden; | |
| } | |
| body { | |
| color: #fff; | |
| background: #000; | |
| } | |
| a { | |
| color: #fff; | |
| text-decoration: underline; | |
| } | |
| * { | |
| box-sizing: border-box; | |
| padding: 0; | |
| margin: 0; | |
| } | |
| html, | |
| body { | |
| max-width: 100vw; | |
| overflow-x: hidden; | |
| } | |
| body { | |
| color: #fff; | |
| background: #000; | |
| } | |
| a { | |
| color: #fff; | |
| text-decoration: underline; | |
| } | |