.the-file {
    display: table;
    height: 30vh;
    width: 100%;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    cursor: pointer;
    position: relative;
}
.the-file h1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    word-wrap: break-word;
}
.str-output {
    width: 100%;
    height: 15%;
}
.bar {
    width: 100%;
}
.file-select {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100% !important;
    width: 100% !important;
    cursor: pointer;
}
@media only screen and (max-width: 800px) {
    .the-file {
        display: table;
        height: 30vh;
        width: 100%;
        color: #555;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        cursor: pointer;
        position: relative;
    }
    .str-output {
        width: 100%;
        height: 30vh;
    }
    .bar {
        width: 100%;
    }
}