9 lines
122 B
CSS
9 lines
122 B
CSS
body {
|
|
background-color: #2A1A35;
|
|
color: white;
|
|
font-family: Comic Mono;
|
|
}
|
|
header {
|
|
text-align: center;
|
|
}
|