body {
  background-color: #000;
  color: #fff;
  display: grid;
  place-items: center;
  height: 100vh;
  font-family: monospace;
}

#container {
  padding: 1rem;
}

pre {
  font-size: 0.5rem;
  font-family: monospace;
}

a {
  color: inherit;
}

nav {
  margin-inline: auto;
  justify-self: center;
  ul {
    display: flex;
    gap: 1rem;
    list-style: none;
  }
}
