@font-face {
  font-family: 'Roboto Mono';
  src: url(roboto.ttf);
}

body, html {
  margin: 0;
  background-color: black;
  height: 100vh;
  width: 100%;
}

#terminal {
  border: 0;
  width: 100vw;
  height: 99vh;
  outline: none;
}
