body {
  background-color: rgba(252, 230, 241, 0.8);
}

h1 {
  margin: 30px auto;
  font-size: 36;
  text-align: center;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
}

.main-container {
  text-align: center;
  margin: 50px auto;
  padding: 50px auto;
  background-color: white;
  max-width: 60%;
  border-radius: 15px;
}

.form-section {
  background-color: rgba(250, 68, 162, 0.8);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

form {
  padding: 30px;
  display: flex;
}

.input-prompt {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(252, 230, 241, 0.8);
  width: 80%;
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 14px;
}

.submit-button {
  border-radius: 10px;
  border: 1px solid rgba(250, 68, 162, 0.8);
  background-color: white;
  width: 15%;
  color: rgba(250, 68, 162, 0.8);
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.poem {
  padding: 15px;
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  font-size: 18px;
  line-height: 2;
  border-left: 3px solid rgba(250, 68, 162, 0.8);
  border-right: 3px solid rgba(250, 68, 162, 0.8);
  border-bottom: 3px solid rgba(250, 68, 162, 0.8);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.footer {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: rgba(250, 68, 162, 0.8);
}
