#photo-style-generator-form {
    text-align: center;
}

#photo-style-generator-form label {
    font-style: italic;
    font-size: 16px;
}

#photo-style-generator-form textarea {
    background-color: white;
    border: 2px solid gray;
    border-radius: 5px;
    color: black;
    font-size: 20px;
    text-align: center;
}

#photo-style-generator-form textarea:focus {
    border: 2px solid black;
    font-size: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#photo-style-generator-form input {
    background-color: white !important;
    border: 2px solid gray !important;
    border-radius: 5px !important;
    color: black !important;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#photo-style-generator-form input:focus {
    border: 2px solid black !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

#photo-style-generator-form button {
    margin-top: 20px;
    font-size: 20px;
}

#photo-style-generator-form button:disabled {
    background-color: gray;
}

#photo-style-generator-form .photo-style-generator-description {
    margin-bottom: 20px;
    font-weight: bold;
}

#photo-style-generator-form .photo-style-generator-description em {
    font-size: 14px;
}