body {
  background: #222a2a;
  display: grid;
  place-items: center;
}

* {
  font-family: monospace;
  color: #c0c0c0;
}

h1 {
  font-style: italic;
  font-family: serif;
  font-weight: lighter;
}

li {
  font-size: 18px
}
