@font-face {
    font-family: "consolas";
    src: url("font/CONSOLA.TTF");
}

input:focus {

    border-radius: 0%;
    border: white 1px solid;
}

button {

    width: fit-content;
    height: fit-content;
    margin: none;
}



body {
    margin: 0;
    font-family: "consolas";
    background-image: url("img/back.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;

    background-color: rgb(32, 32, 39);

}

#back1 {
    position: absolute;


    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    /*
    background-image: url("img/back.jpg");
    background-attachment: fixed;

    background-position: center;
    background-repeat: repeat-y;

    background-color: rgb(20, 18, 20);*/

}

#main_box {
    position: absolute;

    top: 10%;
    height: 500px;
    width: 100%;

    display: flex;
    justify-content: center;


}

.icon {
    font-size: 5em;
    color: wheat;
    justify-self: center;
}

#shell_box {

    position: absolute;
    top: 15%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


}


#shell {


    width: 85%;

    max-width: 700px;


    /*left: 25%;*/



    color: white;
    background-color: black;




}


.window_top {
    display: flex;
    background-color: white;
    color: black;
    border: blue 2px solid;
    justify-content: space-between;

    align-items: center;
    font-size: 0.8em;

    overflow: hidden;


}


#shell_text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    padding: 10px;
}


.shell_line {
    width: 100%;
}

#shell_champ {
    display: flex;
    align-items: center;
    margin: 10px;
}

#input_champ {
    color: green;

    caret-color: rgb(251, 225, 255);


}

#input_champ:focus {

    outline: 0px;

}


strong {
    display: inline-block;
    font-size: 22px;
    width: 100%;



}

input {
    background-color: black;
    width: 100%;
    border: none;
    color: white;
}

input:read-write {
    background-color: black;
    width: 100%;
    border: none;
    color: white;
}



.cmd:hover {
    background-color: rgba(240, 240, 53, 0.877);
    color: black;
    cursor: pointer;

}

.cmdUser {
    font-size: 20px;
    color: rgb(0, 255, 42);
    
}




.disable {

    display: none;
    position: absolute;
    top: 0;

}

#run {

    position: absolute;
    top: 25%;
    right: 20%;


    width: 25%;
    min-width: 200px;


    background-color: rgb(0, 38, 255);

}

.box-icon{
    width: 80px; margin: auto;
}


#run_text {



    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#icon_box {

    margin: 70px;


    display: flex;
    justify-content: center;
    align-items: center;

}


#confirm {

    width: 100%;
    display: flex;
    justify-content: center;


}

.confirm {
    margin: 0 15px 15px 15px;
    padding: 10px 15px;
    border-radius: 5px;
    bottom: 5%;
    font-size: 3em;
    color: blue;
    background-color: wheat;
}

.confirm:hover {
    color: rgba(28, 28, 255, 0.95);
}

#ref {
    margin-top: 5%;
    color: rgba(50, 122, 194, 0.5);
    font-size: 0.2em;
}

.discover-legend {
    padding: 1rem;
    color: aliceblue;
}