19 lines
180 B
CSS
19 lines
180 B
CSS
body {
|
|
|
|
background-color: rgb(57, 36, 57);
|
|
color: white;
|
|
font-family: Lato, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
h1, p {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 5em;
|
|
|
|
} |