textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
}

button {
    background-color: #1d4ed8;
    color: white;
    padding: 10px 20px;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #2563eb;
}

.generated-output {
    width: 100%;
    background: #f3f4f6;
    padding: 1rem;
    border-radius: 0.5rem;
}
