body {
  background: #e3e1e6;
}
.container {
  margin: 120px auto;
  max-width: 600px;
}
h1 {
  color: #8b5843;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  font-family: "Cherry Swash", cursive;
}

.form-container {
  padding: 15px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
  margin-bottom: 30px;
  font-family: "Quicksand", sans-serif;
}
form {
  display: flex;
}
.hint {
  line-height: 1.5;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.6;
}

.instructions {
  padding: 16px;
  border: 1px solid rgba(91, 72, 74, 0.5);
  width: 80%;
  font-size: 16px;
  border-radius: 50px;
  line-height: 20px;
  color: #d9bf9e;
}
.submit-button {
  margin-left: 10px;
  background: #8b5843;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 14px 24px;
  width: 150px;
  font-size: 16px;
}
.poem-response {
  color: #5b484a;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 30px;
  font-size: 16px;
  background: white;
  padding: 20px;
  border-radius: 6px;
  line-height: 24px;
  border-left: 3px solid #8b5843;
  box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
}
.hidden {
  display: none;
}

footer {
  color: #5b484a;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  text-align: center;
}
a {
  color: #8b5843;
}
