body {
  margin: 0;
  overflow: hidden;
  background-color: #111;
  --color-fg: grey;
}

a {
    text-decoration: none;
}
