body {

    margin:0;

    font-family:Arial,sans-serif;

    background:#faf7f5;

    color:#333;

}



.container {

    max-width:500px;

    margin:40px auto;

    padding:30px;

    text-align:center;

}



/* Kopfbereich */


h1 {

    font-size:28px;

    font-weight:normal;

    margin-bottom:10px;

}



.heart {

    font-size:42px;

    margin:10px 0;

}



h2 {

    font-size:42px;

    font-weight:normal;

    margin:10px 0 15px;

}



.date {

    font-size:24px;

    margin-bottom:35px;

}





p {

    font-size:17px;

    line-height:1.5;

}





/* Upload Bereich */


.upload-box {

    margin-top:40px;

    padding:30px;

    background:white;

    border-radius:20px;

    box-shadow:0 5px 15px rgba(0,0,0,0.05);

}



.step-title {

    font-size:20px;

    font-weight:bold;

    margin:20px 0 15px;

}



input {

    display:block;

    margin:20px auto;

}



label,
button {

    display:inline-block;

    padding:15px 25px;

    border-radius:30px;

    border:none;

    cursor:pointer;

    font-size:16px;

}



label {

    background:#8c6a5d;

    color:white;

}



button {

    background:#333;

    color:white;

    margin-top:10px;

}



button:disabled {

    opacity:0.5;

    cursor:not-allowed;

}



/* Upload Status */


#uploadStatus {

    margin-top:20px;

    font-size:16px;

}



.progress {

    width:100%;

    height:12px;

    background:#eee;

    border-radius:20px;

    overflow:hidden;

    margin:10px 0;

}



.progress-bar {

    height:100%;

    background:#8c6a5d;

}
