body{
overflow-x: hidden;
background-color: black;
font-family: system, "lucida console", Courier, serif;
color: rgb(172, 172, 172);
text-transform: uppercase;
}

.body {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 100px; 
    background-color: black;
    
    
    font-family: system, "lucida console", Courier, serif;
    font-size: 12px;
    color: rgb(202, 202, 202);
}

pre {
    margin: 25px;
}
div {
    width : 100%;
    height: 100%;
    overflow-y: auto;
}

input[type=text],
pre {
    font-family: system, "lucida console", Courier, serif;
    color: rgb(172, 172, 172);
    background-color: black;
}

input[type=text] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    border: 0;
    outline: none;
    padding: 10px;
    caret-color: rgb(0, 128, 0);
    text-transform: uppercase;
}

.titlebar{

    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 25px;
    background-color:rgb(23, 52, 85);
    z-index: 2;
    position: fixed;
    overflow-y: none;
}
.title{
    position: fixed;
    margin-top: 3px;
    margin-left:5px; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    overflow: none;
}
.exit{

    float: right;
    margin-top: 1px;
    margin-right: 0px;
    padding: 5px 20px 2px 20px;
    background-color: rgb(170, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: 200;
}

::selection {
    background: #211557;
  }

.exit:hover{


    background-color: rgb(128, 0, 0);
    
}

.error {
    color: rgb(170, 0, 0);
}

.success {
    color : rgb(0, 128, 0);
}

.warning {
    color : rgb(170, 111, 0);
}