body{

    background-color: black;
    font-size: 18px;

}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px; 
    }
    #user{

        margin-top: 1.2em;

    }
}

.output_text{

    color: darkgreen;
    font-family: monospace;
    font-size: 1em;
    
}

#command_line{

    display: flex;
    gap: 10px;

}

#user{

    color: green;
    font-family: monospace;
    font-size: 1em;
    white-space: nowrap;

}

#line{

    padding-left: 5px;
    resize: none;
    border: none;
    outline: none;

    border: 0;
    height: fit-content;
    width: 100%;

    margin-top: 1rem;

    font-family: monospace;
    font-size: 1em;


    background-color: black;

    color: green;

    caret-shape: block;

}
