body {
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #e0f7fa, #f1f8e9);
  padding: 40px;
  max-width: 800px;
  margin: auto;
  color: #333;
}

h1 {
  text-align: center;
  color: #2e7d32;
}

input, textarea, button {
  width: 100%;
  font-size: 20px;
  margin: 10px 0;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

textarea {
  height: 400px;
  resize: vertical;
}

button {
  background: #4caf50;
  color: white;
  cursor: pointer;
}

button:hover {
  background: #388e3c;
}

.hidden {
  display: none;
}

#statusMsg {
  color: green;
  font-weight: bold;
}
