.title {
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.center_box {
    margin: auto;
    width: 50%;
    text-align: center;
}

.box {
    display: flex;
    flex-flow: row wrap;
    width: 96vw;
    height: 80vh;
    background-color: white;
    box-sizing: border-box;
}

.boxtitle {
    text-align:center;
    width: 100%;
    color: black;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5vw;
}

.terminal {
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    overflow-wrap: anywhere;
    overflow-y: scroll;
    overflow-x: scroll;
    padding: 1.2%;
    box-sizing: border-box;
}

progress::-moz-progress-bar { background: blue; }
progress::-webkit-progress-value { background: blue; }
.progress_bar {
    color: blue;
}

#terminal_input {
    outline: none;
}

#drop_area.highlight {
    border: 15px solid black;
    color: cyan;
}