.Dropzone {
    height: 5rem;
    width: 5rem;
    background-color: #fff;
    border: 2px dashed rgb(187, 186, 186);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.Highlight {
    background-color: rgb(188, 185, 236);
}

.Icon {
    opacity: 1;
    height: 64px;
    width: 64px;
}

.FileInput {
    display: none;
}