@font-face {
  font-family: "Departure Mono";
  src:
    url("/font/DepartureMono-Regular.woff2") format("woff2"),
    url("/font/DepartureMono-Regular.woff") format("woff"),
    url("/font/DepartureMono-Regular.otf") format("opentype");
}

:root {
  font-family: "Departure Mono", monospace;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  color: white;
}

body {
  background-color:#00807F;
}

img.small {
  width: 30%;
}