18 lines
201 B
CSS
18 lines
201 B
CSS
|
body {
|
||
|
background-color: #282828;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
color: #ebdbb2;
|
||
|
text-align: center;
|
||
|
font-size: 55px;
|
||
|
margin-top: 10vh;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
color: #ebdbb2;
|
||
|
text-align: center;
|
||
|
font-size: 35px;
|
||
|
margin-top: 4vh;
|
||
|
}
|