#question {
    width: 100%; /* Ensure the textarea takes up the full width */
    height: 150px; /* Adjust the height as needed to accommodate a full answer */
    resize: vertical; /* Allow vertical resizing */
	font-family: Arial, sans-serif; /* Use Arial font family */
    font-size: 24px; /* Set font size to 16 points */
	 border: none; /* Remove the border */
}

#userInput {
    width: 100%; /* Ensure the input field takes up the full width */
    padding: 10px; /* Add padding for better appearance */
    box-sizing: border-box; /* Include padding and border in the width */
	font-family: Arial, sans-serif; /* Use Arial font family */
    font-size: 24px; /* Set font size to 16 points */
}
