
#layer1,#layer2{
    margin: 0;
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
#layer1 {
    /* background-color: black; */
    z-index: 1;
}
#layer2 {
    background-color: transparent;
    z-index: 2;
}
.paramaters {
    /* display: flex; */
    margin: 5vh 0vh 0px 0vh;
    width: 35vw;
}
.paramaters>table {
    width: 100%;
    text-align: center;
    margin-bottom: 2vh;
}
html,
body {
    margin: 0px;
    padding: 0px;
    background-color: #3c3b3b;
    color:rgb(214, 214, 214);
    font-size: 22px;
    display: flex;
}
.layers{
    margin: 5vh 10vh 0px 10vh;
    width: 80vh;
    height: 80vh;
    background-color: black;
    position: relative;
}
.editorContainer{
    margin: 5vh 0vh 0px 0vh;
    width: 35vw;
    font-size: 20px;
}
#editor{
    /* display: none; */
    
    width: 35vw;
    font-size: 20px;
}

.panels{
    /* background-color: red; */
    height: 100vh;
    width: 50vw;
    position: absolute;
    right: 0px;
}
.panels>.titles{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
       
}