2022-01-14 04:24:18 +00:00
|
|
|
html,
|
2022-01-16 07:26:17 +00:00
|
|
|
body,
|
|
|
|
div#__next {
|
2022-01-14 04:24:18 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
|
|
|
|
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
2022-01-16 07:26:17 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2022-01-14 04:24:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|