1@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@200;300;400;500;700;900&display=swap");
2@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@200;300;400;500;700;900&display=swap");
3@font-face {
4 font-family: "LoveLetter";
5 src: url("assets/Lovelt__.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
6}
7
8::-webkit-scrollbar {
9 width: 10px;
10}
11
12::-webkit-scrollbar-track-piece {
13 background-color: #393939;
14}
15
16::-webkit-scrollbar-thumb {
17 background-color: #ffffff;
18}
19
20html {
21 scrollbar-color: #ffffff #393939;
22 scrollbar-width: thin;
23}
24
25body {
26 position: relative;
27 margin: 0;
28 font-family: "LoveLetter";
29 color: #d2738a;
30 background-color: #393939;
31 background-image: url("assets/bg.gif");
32 font-weight: 200;
33 text-shadow: 0px 0px 5px #d2738a;
34 font-size: 64px;
35 width: 100%;
36 height: 100%; /*388.67+128+384+410+384+162.67+384+268.67+384+212+128*/
37}
38
39.letsalllovelain {
40 position: absolute;
41 top: 128px;
42 left: 64px;
43}
44
45.lain {
46 position: absolute;
47 bottom: calc(-100vh + 32px);
48 right: 32px;
49}