File size: 280 Bytes
70373f3
 
 
 
 
945f4e7
 
70373f3
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}