.Terminal-input {
    display: flex;
    align-items: center;
}

.Terminal-inputInput {
    flex-grow: 1;
    background-color: transparent;
    padding: 0rem;
    border: 0rem;
    color: inherit;
    font-family: inherit;
    outline-style: none;
}

.Terminal-outputLine {
    display: flex;
}

.Terminal-prompt {
    display: flex;
    color: #a5aad5;
}

.Terminal-terminal {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #18202c;
    color: #d5d3a5;
    font-family: monospace;
    overflow-y: auto;
    padding: 0rem 0.3rem;
    white-space: pre-wrap;
}

.Terminal-terminal  a {
    color: #a5aad5;
}

.Terminal-terminal  a:hover {
    text-decoration: underline;
}
