body {
    background-color: skyblue;
}
 textarea {
  width: 97%;
  height: 450px;
  padding: 25px;
  background-color: #d8ec21; /* Light gray background */
  border: 1px solid #8d0606; /* Light gray border */
  color: #333; /* Dark gray text color */
  font-family: Arial, sans-serif; /* Font family */
  font-size: 36px; /* Font size */
  padding: 10px; /* Padding inside the textarea */
  resize: vertical; /* Allow vertical resizing only */
}
button {
  border: none;
  color: #080800;
  background-color: #e98d68; 
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



