body {
  background-color: #ddd1e8;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

form {
  padding: 20px;
  margin: 10px;
  text-align: left;
  background-color: rgb(252, 236, 253);
  border-radius: 5px;
}

footer {
  text-align: left;
  padding: 20px;
}

.container {
  margin: 80px auto;
  max-width: 600px;
}

.label {
  width: 60%;
  font-size: 14px;
  font-style: italic;
  line-height: 2;
}

.topic-input {
  background-color: rgb(252, 236, 253);
  border-radius: 5px;
  padding: 12px;
  width: 60%;
  font-size: 14px;
}

.submit {
  background-color: #ddd1e8;
  border-radius: 5px;
  padding: 12px;
  font-size: 14px;
}

.poem-text {
  text-align: left;
  padding: 20px;
  margin: 30px;
  line-height: 2;
  border-left-style: dotted;
  font-size: 18px;
}
