/* Style for textareas */
textarea {
    width: 98%;
    height: 200px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 5px;
    resize: none;
}

/* Style for buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

/* Style for download button */
#download-btn {
    margin-top: 20px;
    background-color: #008CBA;
}