* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #3a1356;
  color: white;
}

.container {
  max-width: 700px;
  margin: 60px auto;
  text-align: center;
}

.subtitle {
  margin: 10px 0 30px;
  opacity: 0.85;
}

textarea {
  width: 100%;
  height: 160px;
  padding: 15px;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  resize: none;
}

.counter {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.back {
  display: inline-block;
  margin-top: 40px;
  color: #c7d2fe;
  text-decoration: none;
}
