body{
    background-color: rgb(43, 42, 51);
    font-family: "Consolas","Courier New", monospace;
    color: rgb(2, 160, 46);

}

main{
    height: 450px;
    width: 800px;
    border: 2px solid black;
    display: flex;
    flex-wrap: wrap;
}

main>div{
    border: 1px solid black;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#trasa{
    height: 25%;
    width: 80%;
    float: left;
}

#reaktor{
    height: 25%;
    width: 20%;
    

}

#konsola{
    height: 75%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#informacje{
    height: 75%;
    width: 20%;
    font-size: 12px;
}



#area{
    resize: none;
    height: 90%;
    width: 95%;
    border: 1px solid black;
    margin-bottom: -10px;
    border-bottom: 0px solid white ;
    font-size: 14px;
    box-shadow: 0px 0px 10px black;
    
}
#area::-face-color{
    color: rgb(43, 42, 51);
    scrollbar-color: rgb(43, 42, 51);
    
}
textarea:focus,input:focus{
    box-shadow: none;
    outline: none;
}
#area,#input{
    background-color: rgb(28, 27, 34);
    color: rgb(2, 160, 46); /**rgb(2, 198, 56)**/
}

#area::selection,#input::selection{
    background-color: rgb(2, 160, 46);
    color: rgb(28, 27, 34); /**rgb(2, 198, 56)**/
}

#input{
    width: 200px;
    margin-top: -5px;
    width: 95%;
    border: 1px solid black;
    border-top: 0px solid white;
    font-family: "Consolas","Courier New", monospace;
    font-size: 14px;
    
    
    
}

#way{
    text-align: center;
}

#spaceship{
    
}
#spaceship_road{
    width: 94%;
}