@font-face {
  font-family: Pointfree;
  src: url("/f/Pointfree-Regular.woff2") format("woff2");
}

body {
  background-color: #131418;
  color: #dfdfdf;
  margin: 0;
  font-style: normal;
  font-family: Pointfree, monospace;
  font-size: 14px;
  margin: 2em;
  display: grid;
  place-items: center;
}

.center {
  text-align: center;
}

hr {
  color: #2f2f2f;
}

footer, header, main {
  margin: 2em 0 0 0;
  max-width: 50em;
}

a, a:focus, a:target, a:visited {
  color: #dfdfdf;
  text-decoration: none;
  border-bottom: solid 1px #2f2f2f;
}

button, input, input:focus, textarea, textarea:focus {
  color: #dfdfdf;
  background-color: #2f2f2f;
  border: 0;
  margin: 2px;
  outline: 0;
}
