:root {
  color-scheme: dark;
  background: #171717;
  color: #dedede;
  font-family: serif;
}

body {
  max-width: 42rem;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.45;
}

header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

a {
  color: #8ab4f8;
  text-decoration: underline;
}

h1 { margin-bottom: 0.25rem; }

ul { padding-left: 1.5rem; }

li { margin: 0.5rem 0; }

small,
.status { color: #999; }
