1 2 3 4 5 6 7 8 9 10 11
html, body { margin: 0; padding: 0; background: white; color: black; } * { font-family: "Poppins", -apple-system, "Segoe UI", "Ubuntu", sans-serif; cursor: default; }