
.body {
    background-color: rgb(48, 48, 48);
}

.barTools {
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(36, 36, 36);
    border-bottom: 1px solid rgb(112, 112, 112);
}

.ferramentasBar {
    width: 14.5%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 30px;
    background-color: rgb(36, 36, 36);
    border-right: 1px solid rgb(112, 112, 112);    
}

.textCode {
    width: 28.3333333333%;
    height: 95%;
    top: 30px;
    position: fixed;
    left: 14.5%;
    outline: none;
    background-color: rgb(32, 32, 32);
    color: white;
    border: 1px solid white;
}

.textCss {
    width: 28.3333333333%;
    height: 95%;
    top: 30px;
    position: fixed;
    left: 42.8333333333%;;
    outline: none;
    background-color: rgb(32, 32, 32);
    color: white;
    border: 1px solid white;    
}

.textjs {
    width: 28.3333333333%;
    height: 95%;
    top: 30px;
    position: fixed;
    left: 71.1666666666%;;
    outline: none;
    background-color: rgb(32, 32, 32);
    color: white;
    border: 1px solid white;       
}

.ButtonsBar {
    background-color: rgb(34, 34, 34);
    color: white;
    outline: none;
    border: 0px;
    position: relative;
    top: 6px;
    left: 200px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.TitleTools {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    font-size: 30px;
    color: white;
    bottom: 85%;
}