#notes {
    height: 100%;
    width: 300px;
    position: absolute;
    right: 0px;
    border-left: 1px lightgray solid;
}

textarea {
    resize: none;
    outline: none;
    border: none;
    background: transparent;
}

#imageInput {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 15.5px;
    z-index: 1;
    height: 20px;
    width: 400px;
    border-right: 1px lightgray solid;
}

#bg-Image {
    height: 225px;
    width: 401px;
    position: absolute;
    object-fit: cover;
    z-index: -1;
    border: none;
    outline: none;
    bottom: 20px;
}

#input {
    width: 400px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-bottom: 1px lightgray solid;
}

#output {
    width: 400px;
    height: 100px;
    position: absolute;
    top: 101px;
    left: 0px;
    border-bottom: 1px lightgray solid;
}

.extra {
    position: absolute;
    top: 202px;
    width: calc(400px/3);
    left: calc((400px/3));
    display: none;
    height: 17px;
}

#extra2 {
    left: calc((400px/3)*2);
}

#choice {
    width: calc(400px/3);
    position: absolute;
    top: 202px;
    border: none;
    outline: none;
    background-color: white;
}

#MiniFix {
    border: 1px solid lightgray;
    width: 399px;
    height: 220px;
}

#themes {
    width: 399px;
    height: calc(100% - 467px);
    position: absolute;
    top: 221px;
    border: 1px solid lightgray;
}

.theme {
    width: 199px;
    height: 100%;
    position: absolute;
}

#light {
    background: rgb(230, 230, 230);
}

#dark {
    background: rgb(40, 40, 40);
    top: 0px;
    left: 199px;
    width: 200px;
}
#time {
    position: absolute;
    right: 330px;
    bottom: 10px;
    font-family: monospace;
}


*{padding:0px;margin:0px;}::-moz-selection{background:rgba(255,0,0,.4);}::selection{background:rgba(255,0,0,.4);}::-webkit-scrollbar{width:0px;}::-webkit-scrollbar-thumb{background:transparent;width:0px;}