2022-09-29 03:41:06 +03:00
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
|
|
|
color: whitesmoke;
|
|
|
|
background-color: black;
|
|
|
|
line-height: 1.5;
|
2022-09-29 03:48:47 +03:00
|
|
|
font-family: sans-serif;
|
2022-09-29 03:41:06 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
padding: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
*:not(h1) {
|
|
|
|
font-size: 1.08em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
max-width: 1200px;
|
|
|
|
margin: auto;
|
|
|
|
padding: 2em;
|
|
|
|
}
|
|
|
|
|
2022-09-29 03:56:21 +03:00
|
|
|
a {
|
2022-09-29 03:41:06 +03:00
|
|
|
color: #b1b4c0;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:focus,
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote,
|
|
|
|
blockquote * {
|
|
|
|
line-height: 1;
|
|
|
|
text-align: center;
|
|
|
|
}
|