.dropZone {
    color: #F15A29;
    height: 150px;
    border-style: dashed;
    border-color: gray;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dragHover {
    background-color: #F15A2930;
}

.pointer {
    cursor: pointer;
}