* {
    font-family: fira-code, monospace;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

body{
    background-color: #262728;
    margin-left: 5px;
}



.command{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.terminal-command{
    display: flex;
    align-items: center;
    height: auto;
}

.terminal-text{
    color: white;
    white-space: pre;
}
.prompt-text{
    font-size: 0;
    
}
.prompt-text span{
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.command-text{
    height: auto;
}
.command-text p{
    color: white;
    margin-left: 5px;
}

.contents{
    margin-left: 5px;
}


#terminal-input{
    flex-grow: 1;

    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background-color: transparent;

    margin-left: 5px;
}
