body {
  background-color: #f4f4f4;
  flex-direction: column;
  min-height: 100vh;
  padding: 20px;
  display: flex;
}

.container {
  background-color: #fff;
  border-radius: 5px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 2px 10px #0000001a;
}

h1 {
  text-align: center;
  color: #9b4dca;
  margin-bottom: 20px;
}

#text-area {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 10px;
}

#choices {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

#choices button {
  margin: 5px;
}

#system-message {
  text-align: center;
  color: #666;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: .9em;
}
/*# sourceMappingURL=index.75e87013.css.map */
