body {
 font-family: 'IBM Plex Mono', monospace;
 font-size: 12px;
 color: #eee;
 color: #eee;
 background: #000;
 margin-left: 100px;
}

a {
 text-decoration: none;
 color: #eee;
}

a:hover {
  color: #ddd;
}
a:active {
  color: #ccc;
}


