::selection {
    background: darkblue;
}
html, body {
    height: 100%;
    margin: 0;
    cursor: default;
    margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}
body {
    background-color: #000;
    color: #00dd00;
    font-family: Inconsolata,monospace;
    font-size: 12px;
}

#terminal{
    margin-left:auto;
    margin-right:auto;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
    width:450px;
    font: inherit;
    border: none;
    background-color: transparent;
    outline: none;
    color: inherit; 
    max-width: 100%;
}
A,.highlight{
  color: #ffcc00;
}

#cmdline-container {
    color: #00dd00;
    font-family: Inconsolata, monospace;
    margin-top: 10px;
    width:450px;
    margin: 10px auto;
    max-width: 100%;
}
#cmdline {
    background: transparent;
    border: none;
    color: #00dd00;
    font: inherit;
    width: 300px;
    outline: none;
}