@font-face {
    font-family: 'Hack Nerd Font Mono Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Hack Nerd Font Mono Regular'), url('/font/HackNerdFontMono-Regular.ttf') format('truetype');
}
* {
  font-family: 'Hack Nerd Font Mono Regular';
}
li {
  margin-top: 5px;
}
body {
  max-width: 50em !important;
}
