15 lines
218 B
CSS
15 lines
218 B
CSS
body {
|
|
text-align: center;
|
|
background: rgb(045,045,045);
|
|
font-family: "JetBrains Mono", sans-serif;
|
|
color: white;
|
|
}
|
|
|
|
p {
|
|
font-size: 25px;
|
|
}
|
|
|
|
a {
|
|
color: rgb(155, 214, 255);
|
|
font-size: 15px;
|
|
} |