body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 2rem;
  text-align: center;
  background-color: #f9f9f9;
}

button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.haiku {
  margin-top: 1.5rem;
  white-space: pre-line;
  font-size: 1.2rem;
  line-height: 1.4;
}
