#drop-zone {
    width: 100%;
    border: 10px dashed #cfcfcf;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.ccon{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
}
#result{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    gap: 20px;

}
