html, body {
  margin: 0;
  min-height: 100%;
  background: #0c0f0d;
  color: #c8c2b4;
  font: 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  display: grid;
  place-items: center;
}
a {
  color: #e7c44a;
  text-decoration: none;
  letter-spacing: 0.04em;
}
a:hover {
  text-decoration: underline;
}
