body{font-family:Arial, sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg, #ff9a9e, #fad0c4);}.upload-container{text-align:center;background:white;padding:20px;border-radius:10px;box-shadow:0px 4px 10px rgba(0, 0, 0, 0.1);}input[type="file"]{margin:10px 0;}button{background:#ff6363;color:white;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;}button:hover{background:#ff4040;}.progress-container{width:100%;background:#eee;margin-top:10px;position:relative;height:20px;border-radius:5px;}.progress-bar{width:0%;height:100%;background:#ff6363;border-radius:5px;}#progressText{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-weight:bold;}#uploadStatus{margin-top:10px;font-weight:bold;}