.style-option {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

.style-option.selected {
    border: 2px solid blue;
}

#photo-upload-form {
    margin-top: 20px;
}

#photo-upload-form label {
    display: block;
    margin-bottom: 5px;
}

#photo-upload-form input[type="file"] {
    margin-bottom: 10px;
}

#selected-style {
    margin-top: 10px;
    font-weight: bold;
}

#upload-result {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}