@font-face {
  font-family: 'Galmuri9';
  src: url('Galmuri9.woff2') format('woff2'),
       url('Galmuri9.ttf')  format('truetype');
}

body {
    background-color: rgb(34, 35, 36);
    color: rgb(173, 245, 110);
    font-family: "Galmuri9", "Lucida Console", "Courier New", monospace;
    font-kerning: none;
}

ul {
  margin: 0;
  list-style-type: none;
}

ul > li:before {
  content: "- ";
}

a:link {
    color: rgb(245, 222, 110);
}

a:visited {
    color: rgb(245, 186, 110);
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

mark {
    color: rgb(245, 222, 110);
}

#content {
    margin: auto;
    width: 50%;
}
