body {
    background: #000000;
    font-family: monospace;
        
}


.user {
    padding-left: 35%;
    color: rgb(59, 187, 187);
    font-weight: 900;
    font-size: 16px;
}

.arch-logo {
    color: rgb(59, 187, 187);
    font-weight: 900;
    padding-left: 1%;
    font-size: 16px;
    line-height: 1;
}

.info {
    display: inline-block;
    color: #a8a6a6;
    font-weight: 500;
}

.command {
    background-color: #000000;
    color: white;
    border: none;
    width: 100%;
    font-family: monospace;
    font-weight: 500;
    font-size: 16px;
}

.command:focus {
    border:none;
    outline: none;
}

.cli{
    color: #a8a6a6;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.display {
    color:white;
    font-size: 16px;
}



.aqua {
    color: rgb(59, 187, 187);
    font-weight: 800;
}
.aqua_n {
    color: rgb(59, 187, 187);
    /* font-weight: 800; */
}


.about {
    color: aquamarine;
    font-weight: 500;
}

.past-cmd {
    color:white;
}