#drop-area {
    width: 100%;
    max-width: auto;
    height: 100px;
    border: 2px dashed #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    background-color: transparent;
}
#drop-area.highlight {
    border-color: lightskyblue;
    background-color: transparent;
    backdrop-filter: blur(5px);
}
#browse {
    color: lightskyblue;
    text-decoration: underline;
    cursor: pointer;
}
#file-list {
    margin-top: 10px;
    list-style: none;
    padding: 0;
}