.upload-container{
    max-width:900px;
    margin:40px auto;
}

.upload-card{
    background:#151e2f;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:40px;
}

.drop-zone{
    border:2px dashed #2ec5f4;
    border-radius:18px;
    padding:70px 20px;
    text-align:center;
    transition:.2s;
    cursor:pointer;
}

.drop-zone.dragover{
    background:rgba(46,197,244,.08);
}

.upload-icon{
    font-size:70px;
    color:#2ec5f4;
    margin-bottom:20px;
}

.file-info{
    margin-top:20px;
    color:#9ca8be;
}

#uploadButton{
    margin-top:30px;
    width:100%;
}
