1body {
2 color: #eeeeee;
3 background-color: #1e1f21;
4 font-family: serif;
5}
6
7video {
8 width: 100%;
9 max-width: 400px;
10 background: #000;
11 display: block;
12}
13
14code {
15 font-family: monospace;
16}
17
18a {
19 color: #eeeeee;
20}
21