body {
  background: black;
  overflow: hidden;
}

path {
  fill: var(--fill-color);
}

a {
  color: white;
}
