body, html {
    height: 100%;
    white-space: nowrap;
}

input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    font-size: 100px;
}

.hidden {
    display: none !important;
}

#bg {
    background-image: url("juno.jpg");
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main-container {
    height: 100%;
}

.or-spacer-vertical {
    display:inline-block;
    width:100px;
    position:relative;
}

.or-spacer-vertical .mask {
    overflow:hidden;
    width:20px;
    height:200px;
}

.or-spacer-vertical.left .mask:after {
    content:'';
    display:block;
    margin-left:-20px;
    width:20px;
    height:100%;
    border-radius:12px / 125px;
    box-shadow:0 0 8px black;
}

#db-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

#db-heading {
    font-family: Satisfy;
    text-align: center;
    margin-top: 100px;
    font-size: 48px;
    font-weight: bold;
}

#db-columns {
    /* position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#db-columns-right, #db-columns-left {
    flex: 1;
}

#db-columns-left {
    padding: 0 80px 0 0;
    text-align: left;
}

#db-loading {
    width: 100px;
    margin: 20px auto 10px;
}

#db-result {
    margin-top: 16px;
    font-size: 24px;
    font-weight: bold;
}

#db-file-preview {
    display: none;
    margin-top: 8px;
    height: 320px;
    width: auto;
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}