body {
    background-color: #1f1f1f!important;
    font-family: "Lucida Console", Monaco, monospace;
    color: rgb(149, 255, 175);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 4px rgb(149, 255, 175);
    margin-left: 20px;
    font-size: 16px;
}

.input-line {
    margin-top: 20px;
    background-color: #1f1f1f;
}

#command-input {
    border: none;
    background: transparent;
    padding-left: 4px;
    width: 80%;    
    color: rgb(170, 254, 219);
    outline: none;
    caret-color: rgb(170, 254, 219);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 4px rgb(170, 254, 219);
    font-family: inherit;
    font-size: inherit;
}

#user {
    color: rgb(255, 242, 93);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 4px rgb(255, 242, 93);
}

#host {
    color: rgb(255, 119, 41);
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 0 0 4px rgb(255, 119, 41);
}

#history{
    margin-right: auto;
}

.header {
    display: flex;
    align-items: end;  
    justify-content: left;
    gap: 20px;
}

#headline {
    margin: 0;
    white-space: pre;
    font-family: monospace;
    font-size: 16px;
    line-height: 1.1;
    width: 500;
}

#headline pre {
    margin: 0;
}

.ascii-deer-gif {
    margin-bottom: 40px;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    mix-blend-mode: screen;
}

.output {
    white-space: pre-wrap;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.about-output {
    max-width: 1000px;
    min-width: 250px;
}

.project-output {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-shrink: 0;
}

.project-text-container {
    flex: 1;
    min-width: 300px;
    max-width: 1000px;
}

.project-text-container h2{
    color: #f6995a;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 4px #f6995a;
    font-size: 30px;
}

.project-link {
    color: rgb(149, 133, 255);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 4px rgb(149, 133, 255);
    text-decoration: none;
}

.project-link:hover {
    text-decoration: underline;
}

.logo-container {
    display:flex;
    justify-content: center;
    min-width: 575;
    width: 650px;
    flex-shrink: 0;
}

.ascii-logo {
    color: rgb(198, 124, 174)
}

#terminal {
    margin-bottom: 200px;
}
