22 lines
256 B
CSS
22 lines
256 B
CSS
body {
|
|
text-align: center;
|
|
background: rgb(45,45,45);
|
|
color: white;
|
|
font-family: "JetBrains Mono", monospace;
|
|
}
|
|
|
|
img {
|
|
height: 100px;
|
|
}
|
|
|
|
.big {
|
|
font-size: 25px;
|
|
}
|
|
|
|
.smol {
|
|
font-size: 15px;
|
|
}
|
|
|
|
a {
|
|
color: rgb(155, 214, 255);
|
|
} |