body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: #f8f9fa;
}

.container {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.drop-area {
    border: 2px dashed #007bff;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.controls {
    margin: 15px 0;
}

.image-preview {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.image-box {
    text-align: center;
}

.image-box img {
    width: 150px;
    height: auto;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.about-section, .faq-section {
    text-align: left;
    margin-top: 20px;
}

.faq {
    background: #f1f1f1;
    padding: 10px;
    margin-top: 5px;
}
