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

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

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

.results p {
  font-size: 16px;
  margin: 10px 0;
}
