@font-face {
  font-family: 'Roboto-Mono';
  src: url(/fonts/RobotoMono.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  }

html {
  font-family: 'Roboto-Mono';
  min-height: 100%;
  }
body {
  color: #686381;
  background: linear-gradient(to bottom, #262338, #0D0B19);
  }