body {
  font-family: Arial, sans-serif;
  background: #f2f2f2;
  padding: 40px;
  display: flex;
  justify-content: center;
}

.container {
  background: white;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

textarea {
  width: 100%;
  height: 120px;
  margin: 10px 0;
  padding: 10px;
  font-size: 14px;
  resize: vertical;
}

.buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

button {
  padding: 10px 20px;
  font-size: 16px;
}
