-html {
- font-size: 10px;
-}
-
-body {
- margin: 0;
- background-color: white;
- font-family: times, 'Times New Roman', serif;
-}
-
-header a, header a:visited {
- color: black;
-}
-
-h1 {
- display: inline-block;
- margin-left: 1rem;
- font-weight: 300;
-}
-
-header {
- margin: -0.3em 0 0 -0.1em;
- font-size: 9.6em;
- font-style: italic;
- text-transform: uppercase;
-}
-
-h1 {
- font-size: 4.8em;
-}
-
-a {
- color: blue;
-}
-
-a:visited {
- color: purple;
-}
-
-ul, p {
- font-size: 1.8rem;
- line-height: 1.28em;
- margin-left: 1em;
- max-width: 50em;
- font-family: 'Helvetica Neue', Arial, sans-serif;
-}
-
-li {
- display: block;
-}
-
-li p {