.ai-text-generator {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
}

.ai-text-generator h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ai-text-generator form {
    margin-bottom: 20px;
}

.ai-text-generator textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.ai-text-generator button {
    padding: 10px 15px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
}

.ai-text-generator button:hover {
    background-color: #005bb5;
}
