html {
    background:#000;
  }
  
  body {
    color: #fff;
  }
  ::selection{
    background: #969292;
  }
  ::-webkit-selection{
    background: #969292;
  }
  ::-moz-selection{
    background: #969292;
  }
  a{
    color: #fff;
  }
  a:hover,a:focus{
    background: #181818;
    color:#fff;
  }
  h2{
    font-size: 1em;
    font-weight: 400;
  }
  p{
    margin-bottom:2em;
  }
  abbr{
    cursor: help;
  }
  ul{
    list-style: none;
    padding: 0;
  }
  li{
    margin:1em 0 0;
  }
/*   span{
    display: block;
    color:#999;
    line-height:1;
  } */
  
  kbd{
    font-family: 'Inconsolata', monospace;
    border:1px solid #999;
    text-transform: uppercase;
    padding:0 .2em;
   
  }
  input[type="text"]{
    width: 100% !important;
    max-width: 90% !important;
    border: none;
    font-family: inherit;
    background: #000;
    padding:0 .5em;
  }
  input[type="text"]:focus{
    background: #000;
    color: #fff;
    outline:none;
  }
  .command{
    display: block;
    max-width: 100%;
    color: #fff;
    font-weight: 700;
    margin: 2em 0;
  }
  
  
  section{
    display: none;
  }
  .open{
    display: block;
  }
  
/*   code {
    background-color: #477920;
    border-radius: 5px;
    font-family: courier, monospace;
    padding: 0 3px;
} */