body > div.imageFile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: white;
    background-color: rgba(0,0,0,0.8);
}
body > div.imageFile > div.imageDrop {
    border: 3px solid rgba(127, 127, 127, 1.0);
    border-radius: 8px;

    position: absolute;
    width: 90%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body > div.imageFile > div.imageDrop > div.imageDropText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body > div.imageFile > div.buttonBacking {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
}
body > div.imageFile > div.buttonBacking > input.buttons {
    margin: 8px 4px;
}