body {
    background-color: #000000;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 16px;
    color: #FFFFFF;
}

.normal {
    text-align: center;
    padding: 20px;  
    padding-bottom: 30px;
}
.highlight {
    color: rgba(195, 170, 241, 0.938);
    text-decoration: none;
}
.container {
    /* border-style: dotted;
    border-width: 1px;
    border-color: #A0D2EB; */
    text-align: center;
    margin: 20px;
    height: 90%; 
}
.console {
    border-style: solid;
    border-width: 2px;
    border-color: grey;
    border-radius: 10px;
    min-width:400px;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: hide;
}
#title {
    font-size: 18px;
    color: #ffffff;
    white-space: pre;
}
.submit
{    
    visibility: hidden;
}

.bash {
    background-color: #000000;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    color: #FFFFFF;
    border: none;
    border-color: transparent;
    outline: none;
    width: 60%;
}

a:link {
    color: #D0BDF4;
    text-decoration: none;
}
a:visited {
    color: #8458B3;
    text-decoration: none;
}
a:hover {
    color: #E5EAF5;
}
a:active {
    color: #D0BDF4;
    text-decoration: none;
}
