11 lines
136 B
CSS
11 lines
136 B
CSS
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#label {
|
||
|
|
margin: 16px;
|
||
|
|
font-family: "Inter", sans-serif;
|
||
|
|
font-size: 64px;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|