.dropzone{
    border: 2px dashed #0087F7; 
    border-radius: 5px;
    background: white;
    cursor:  pointer;
    min-height: 150px;
    padding: 20px;
}
.dz-message{
    font-weight: 400;
    text-align: center; 
    margin: 2em 0;
    font-size: 20px
}
.dz-remove{
    
}
