File size: 175 Bytes
e1cc3bc
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* {
  box-sizing: border-box;
}

html, body {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

code {
  font-size: 1em;
}