@font-face {
    font-family: "Classwiz";
    src: url("/casio/casio_classwiz-webfont.woff2") format("woff2");
}
body{
    display: flex; 
    justify-content: center;
    background: #000055;
}
.title-bar, .window, button, input, label, option, select, table, textarea, ul.tree-view {
    font-family: "Pixelated MS Sans Serif",宋体!important;
}
window {
    background: #c0c0c0;
    color: #222;
    font-size: 12px;
    display: inline-block;
    user-select: none;
    margin-top: 20vw;
}
#result{
    user-select: text;
    max-width: 500px;
    white-space: pre-wrap;
    font-family: "Classwiz";
    word-wrap: break-word;
}
button{
    float: right;
}
#loading{
    max-width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 100%;
    filter: drop-shadow(0px 0px 10px black);
}