summaryrefslogtreecommitdiff
path: root/css/general.css
blob: 7c330c2e68c99d528abd514c0b095d43185085ef (plain)
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;
}