29 lines
324 B
CSS
29 lines
324 B
CSS
* {
|
|
background-color: #0d001a;
|
|
margin: auto;
|
|
}
|
|
body {
|
|
max-width: 1200px ;
|
|
}
|
|
|
|
h1 {
|
|
text-align: left;
|
|
color: #cc99ff;
|
|
}
|
|
|
|
h2 {
|
|
text-align: left;
|
|
color: #cc99ff;
|
|
}
|
|
|
|
p {
|
|
text-align: left;
|
|
color: #ffccff;
|
|
}
|
|
a {
|
|
text-align: left;
|
|
color: #ff99ff;
|
|
}
|
|
h1, h2, p {
|
|
font-family: "Noto Sans", "Liberation Sans", sans-serif;
|
|
}
|