html,
body {
  min-height: 100%;
}

@font-face {
  font-family:'Termoli';
  src: url('./font/TermoliWeb-SemiBold.woff2') format('woff2'),
       url('./font/TermoliWeb-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  }

body {
  background-color: #000000;
  background:linear-gradient(135deg, #000000, #003530);
  color: #fff;
  /*padding: 0.5em 1em;*/
  -webkit-font-smoothing: antialiased;
  font-family: 'Termoli', Georgia, monospace !important;
  font-weight: 600;
  font-style: normal;
  font-size: 3vh;
  line-height: 1.1;
    
  font-feature-settings:'kern';        /* turns on kerning */ 
  text-rendering: optimizeLegibility;  /* emphasise on legibility when rendering, turns on ligatures and kerning */    
  -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */    
  -moz-osx-font-smoothing: grayscale;  /* apply font anti-aliasing for Firefox on OSX */
}
textarea{  
  font-family: 'Termoli', Georgia, monospace !important;
  font-weight: bold;
}
.console {
  position: fixed;
  font-size: large;
  color: #fff;
  width: calc(100% - 3em);
  max-width: 100%;
  max-height: calc(100% - 3em);
  overflow-y: auto;
  margin: 1em 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.5em;
  box-shadow: 0 0.75em 3em rgba(50, 50, 50, 0.5);
  z-index: 100;
  line-height: 1.1;
}

p.reports {
  padding-bottom: 0rem;
  padding-left: 15px;
  margin-top: 0;
}
.console-input{

  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: calc(100% - 2em);
  resize: none;
}

.console-input:before {
  content: '> ';
  color: #FC3565;
  vertical-align: top;
}

.output-cmd:before {
  content: '> ';
  color: #FC3565;
  vertical-align: top;
}
.output-text:before {
  content: '> ';
  color: #5F8787;
  font-weight: 600 !important;
  vertical-align: top;
}

.output-text,
.output-cmd {
  width: 100%;
  display: block;
}

.console-inner {
  padding: 0.3em 1.1em;
}

.output-text,
.output-cmd {
  display: block;
  white-space: pre;
}

#outputs div {
  opacity: 0.85;
}

#outputs div div {
  color: #46f01d;
  opacity: 0.8;
  text-decoration: none;
}

#outputs a {
  color: #46f01d;
  opacity: 0.8;
  text-decoration: underline;
}

.console-inner .output-text#ready {
  color: #3df5b8;
  font-style: italic;
  opacity: 0.75;
}

.particles-js-canvas-el {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.helpcmd{
  display: inline-block;
  width: 7em;
}

migros{
  color:#fe5000;
  font-weight: bold;
  font-family: "Arial Black";
}