2021-02-25 12:50:30 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Carter+One');
|
2021-02-23 19:38:02 +00:00
|
|
|
|
2021-02-24 16:19:48 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2021-02-11 19:10:22 +00:00
|
|
|
body {
|
|
|
|
margin: 0;
|
2021-02-25 12:50:30 +00:00
|
|
|
font-family: 'Carter One', sans-serif;
|
|
|
|
color: white;
|
2021-02-11 19:10:22 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|