body {
    width: 550px;
    margin: 1% auto;
}

.container-div {
    display: flex;
    flex-direction: column;
    height: 300px;
    border: 2pt solid #4c6ca5;
    border-radius: 8px;
    padding: 20pt;
    margin-left: 20pt;
    margin-right: 20pt;
    margin-bottom: 20pt;
    background-color: #92bdd530;
}

.input-label {
    flex: 1;
    display: block;
    margin-bottom: 10pt;
    font-size: 20pt;
    font-weight: bold;
}

.input-file {
    flex: 1;
    margin-left: 24pt;
    font-size: 12pt;
    font-family: monospace;
}

#status-container {
    margin-top: 16pt;
    margin-bottom: 16pt;
    text-align: center;
}

#status {
    display: inline-block;
    font-size: 14pt;
    font-weight: bold;
    color: #ff4637;
    vertical-align: top;
    margin-left: 1em;
}

#status-text {
    font-family: monospace;
    display: inline-block;
    color: black;
    font-size: 14pt;
    font-weight: normal;
    margin-left: 0.5em;
    text-align: left;
    width: 75%;
    line-break: anywhere;
}

#button-submit {
    width: 100pt;
    height: 40pt;
    border-radius: 8px;
    border: 2pt ridge #eca4b4;
    background-color: #eca4b420;
    font-size: 16pt;
    font-weight: bold;
}

#button-submit:active {
    background-color: #eca4b450;
}