33 lines
406 B
CSS
33 lines
406 B
CSS
body {
|
|
background-color: #000000;
|
|
color: #A30262;
|
|
max-width: 700px;
|
|
margin: auto;
|
|
margin-top: 10px;
|
|
font-family: serif;
|
|
}
|
|
a, a:visited {
|
|
text-decoration: underline;
|
|
color: inherit;
|
|
}
|
|
.download {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
img {
|
|
padding: 8px;
|
|
}
|
|
h1, h2, h3, p {
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
color: #cc99ff;
|
|
}
|
|
h2 {
|
|
color: #D162A4;
|
|
}
|
|
.note {
|
|
text-align: center;
|
|
color: #cc99ff;
|
|
}
|