#image-enhancer-form {
    padding: 15px;
    background: #f2f2f2;
    border-radius: 8px;
    max-width: 500px;
}

#image-enhancer-form input, #image-enhancer-form button {
    display: block;
    margin-top: 10px;
}

#enhanced-result {
    margin-top: 20px;
}
