this repo has no description
1@font-face{
2 font-family: Rubik;
3 src: url("/assets/fonts/Rubik-VariableFont_wght.ttf");
4}
5
6body{
7 background: #1f2129;
8 background-attachment: fixed;
9 color: #fff;
10 font-family: Rubik, 'Courier New';
11 margin: 0;
12}
13
14* {
15 box-sizing: border-box;
16}
17
18p, h1, h2, h3, h4, h5, h6{
19 margin: 0;
20}
21
22canvas{
23 position: fixed;
24 top: 0;
25 left: 0;
26}