body {
    overflow: hidden;
    background-color: #1b334f;
    margin: 0;
}
#editor2 {
    margin: 10px;
    box-shadow: 1px 1px 6px black;
    border: solid 2px rgb(104, 9, 9);
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 38%;
    height: 80%;
}
#editor1 {
    margin: 10px;
    box-shadow: 1px 1px 6px black;
    border: solid 2px rgb(104, 9, 9);
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 39%;
    right: 0;
    width: 58%;
    height: 80%;
}
h1#BBIDE {
    margin: 3px;
    padding: 0px;
    text-align: center;
    color: rgb(255, 238, 238);
    font-size: 27px;
    text-shadow: 0px 0px 1px red;
}
pre {
    display: inline-block;
}
div#teszt {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
div#tb, div#te {
    width: 90px;
    padding: 6px;
    color:antiquewhite;
    text-shadow: 1px 1px 3px black;
    border-radius: 3px;
    background-color: #376396;
    text-align: center;
    box-shadow: 1px 1px 3px black;
    cursor:pointer;
    display: inline-block;
    user-select: none;
}
div#tb:hover, div#te:hover {
    background-color: #226c55;
}
div#tb:active, div#te:active {
    background-color: #6c2262;
}
div#te {
    display: none;
}
#c {
    text-align: left;
    padding: 5px;
    padding-left: 15px;
    position: fixed;
    top: 82%;
    height: 40px;
    background-color: #1b334f;
    box-shadow: 1px 1px 5px inset black;
    opacity: 0.65;
    left: 4px;
    right: 4px;
    color:rgb(255, 245, 131);
    text-shadow: 1px 1px 4px black;
    white-space: pre-line;
}