@font-face {
  font-family: "Iosevka MM Condensed Bold";
  src: url(/resources/IosevkaMm-CondensedBold.ttf);
}
/*@font-face {
  font-family: "Inconsolata Semi Condensed Bold";
  src: url(/resources/Inconsolata_SemiCondensed-Bold.ttf);
}*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
  font-family: "Iosevka MM Condensed Bold", monospace;
  font-size: 18pt;
}
body {
  background: #222831;
  color: #eeeeee;
}
a:link, a:visited {
  color: #e43f5a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
div.centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#website-list {
  list-style-type: none;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  #website-list li {
    display: inline;
  }
  #website-list li:not(:last-child)::after {
    content: " | ";
  }
}
