9 lines
89 B
CSS
9 lines
89 B
CSS
body {
|
|
font-family: sans-serif;
|
|
background: #f3f4f6;
|
|
}
|
|
|
|
h1, h2 {
|
|
color: #1f2937;
|
|
}
|