.section-identity {
    padding-bottom: 4em;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dropzone {
    height: 300px;
    max-width: 700px;
    width: 90%;
    border: 3px dotted #7067ff;
    display: flex;
    border-radius: 60px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer; /* "hand" cursor */
    padding: 10px;
    margin-bottom: 30px;
}

.img-identity {
    opacity: 0.6
}

.dropzone:hover {
  background-color: #ecebff;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}


#parent {
    max-width: 90%;
}

#label-dropzone {
    display: flex;
    flex-direction: column;
}
