body {
  font-family: sans-serif;
  background-color: #1b1b32;
  color: white;
  text-align: center;
}

.story-container {
  margin: 20px auto;
  padding: 20px;
  width: 80%;
  border: 6px double white;
  transition: border-color 0.3s ease;
}

.btn-container {
  margin-bottom: 15px;
}

button {
  margin: 5px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: bold;
}

#result {
  font-size: 1.1rem;
  line-height: 1.6;
}
