body {
  background: #111;
  color: #eee;
  font-family: monospace;
  padding: 2rem;
  max-width: 800px;
  margin: auto;
}
h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #50fa7b;
}
p {
  margin-bottom: 1.5rem;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
li::before {
  content: "> ";
  color: #8be9fd;
}
a {
  color: #8be9fd;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
