@font-face {
  font-family: roboto;
  src: url(../font/roboto_mono.ttf);
}

html {
  font-family: roboto;
  background-color: #171717;
  color: #d9d9d9;
}

a {
  text-decoration: underline;
  color: #d9d9d9;
}

a:hover {
  color: #ffffff;
}
