body {
  background-color:black;
  font-family:"Kode Mono", monospace;
  --ui-font: "Kode Mono", monospace;
  --body-font: Helvetica, Arial, sans-serif;
  color:white;
  margin:0px;
  font-size:21px;
  line-height:32px;
}

.main {
  width: 600px;
  margin: 0 auto;
  padding:50px;
  font-family: var(--body-font);
  font-weight:200;
}
.main h1 {
  font-weight:400;
  color:white;
  font-family: var(--ui-font);
}
a {
  color:white;
  text-decoration:underline;
}