File size: 198 Bytes
6222b65
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
/* Global styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}